Changeset 7418 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 11/22/05 10:25:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataFormula.cc
r6949 r7418 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); 144 141 145 if (fFormula->Compile(txt)) 142 146 { … … 172 176 173 177 fFormula = f ? (TFormula*)f->Clone() : 0; 174 gROOT->GetListOfFunctions()-> Add(fFormula);178 gROOT->GetListOfFunctions()->Remove(fFormula); 175 179 176 180 fMembers.SetOwner();
Note:
See TracChangeset
for help on using the changeset viewer.