Changeset 7804 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 07/26/06 11:46:55 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MChisqEval.cc
r7152 r7804 154 154 } 155 155 156 void MChisqEval::StreamPrimitive(o fstream &out) const156 void MChisqEval::StreamPrimitive(ostream &out) const 157 157 { 158 158 out << " MChisqEval " << GetUniqueName() << ";"; -
trunk/MagicSoft/Mars/mtools/MChisqEval.h
r7152 r7804 23 23 TString fNameResult; 24 24 25 void StreamPrimitive(o fstream &out) const;25 void StreamPrimitive(ostream &out) const; 26 26 27 27 enum { kIsOwner = BIT(14) };
Note:
See TracChangeset
for help on using the changeset viewer.