Changeset 6894 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 03/29/05 11:43:55 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataFormula.cc
r3666 r6894 267 267 return "<empty>"; 268 268 269 TString rule = fFormula->Get ExpFormula();269 TString rule = fFormula->GetTitle(); //fFormula->GetExpFormula(); 270 270 271 271 MData *member = NULL; … … 311 311 return str; 312 312 } 313 313 */ 314 314 void MDataFormula::SetVariables(const TArrayD &arr) 315 315 { 316 316 fMembers.ForEach(MData, SetVariables)(arr); 317 317 } 318 */ 318
Note:
See TracChangeset
for help on using the changeset viewer.