- Timestamp:
- 07/30/06 17:06:52 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7820 r7821 20 20 2006/07/30 Thomas Bretz 21 21 22 * macros/starfield. c:22 * macros/starfield.C: 23 23 - updated to use resources/mirrors.def by default 24 25 * mhist/MHCamera.[h,cc]: 26 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&) 24 27 25 28 … … 136 139 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc] 137 140 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&) 138 - replaced SavePrimitive(ofstream&) by S savePrimitive(ostream&)141 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&) 139 142 - if necessary let SavePrimitive(ofstream&) call 140 143 SavePrimitive(ostream&) -
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r7731 r7821 1720 1720 // Save primitive as a C++ statement(s) on output stream out 1721 1721 // 1722 void MHCamera::SavePrimitive(o fstream &out, Option_t *opt)1722 void MHCamera::SavePrimitive(ostream &out, Option_t *opt) 1723 1723 { 1724 1724 gLog << err << "MHCamera::SavePrimitive: Must be rewritten!" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.