Changeset 6932 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 04/12/05 17:05:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MBinning.cc
r5971 r6932 248 248 str = str.Strip(TString::kBoth); 249 249 250 TString typ ;250 TString typ(str); 251 251 Ssiz_t pos = str.First(' '); 252 252 if (pos>=0) 253 253 { 254 254 typ = str(0, pos); 255 str.Remove(0, pos); 256 str = str.Strip(TString::kBoth); 255 257 if (typ!=(TString)"lin" && typ!=(TString)"log" && typ!=(TString)"cos") 256 258 { … … 261 263 262 264 SetEdges(nbins, loedge, upedge, typ.Data()); 263 264 str = str.Strip(TString::kBoth);265 265 266 266 if (!str.IsNull())
Note:
See TracChangeset
for help on using the changeset viewer.