Changeset 7421 for trunk/MagicSoft/Mars/mdata/MDataFormula.cc
- Timestamp:
- 11/22/05 12:13:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataFormula.cc
r7418 r7421 139 139 140 140 fFormula = new TFormula; 141 142 //Must have a name otherwise all axis label disappear like a miracle 143 fFormula->SetName(fName); 141 // Must have a name otherwise all axis labels disappear like a miracle 142 fFormula->SetName(fName.IsNull()?"TFormula":fName); 144 143 145 144 if (fFormula->Compile(txt))
Note:
See TracChangeset
for help on using the changeset viewer.