Changeset 12793 for trunk/Mars
- Timestamp:
- 01/31/12 11:16:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhbase/MH3.cc
r10283 r12793 1100 1100 TString str(opt); 1101 1101 str.ToLower(); 1102 str.ReplaceAll(" ", ""); 1102 1103 1103 1104 if (GetLabels()) … … 1120 1121 str.ReplaceAll("profx", ""); 1121 1122 str.ReplaceAll("profy", ""); 1122 str.ReplaceAll(" ", "");1123 1123 1124 1124 if (same && TMath::Abs(fDimension)==1)
Note:
See TracChangeset
for help on using the changeset viewer.