Changeset 7821 for trunk


Ignore:
Timestamp:
07/30/06 17:06:52 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7820 r7821  
    2020 2006/07/30 Thomas Bretz
    2121
    22    * macros/starfield.c:
     22   * macros/starfield.C:
    2323     - updated to use resources/mirrors.def by default
     24
     25   * mhist/MHCamera.[h,cc]:
     26     - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
    2427
    2528
     
    136139     msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
    137140     - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
    138      - replaced SavePrimitive(ofstream&) by SsavePrimitive(ostream&)
     141     - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
    139142     - if necessary let SavePrimitive(ofstream&) call
    140143       SavePrimitive(ostream&)
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r7731 r7821  
    17201720// Save primitive as a C++ statement(s) on output stream out
    17211721//
    1722 void MHCamera::SavePrimitive(ofstream &out, Option_t *opt)
     1722void MHCamera::SavePrimitive(ostream &out, Option_t *opt)
    17231723{
    17241724    gLog << err << "MHCamera::SavePrimitive: Must be rewritten!" << endl;
Note: See TracChangeset for help on using the changeset viewer.