Ignore:
Timestamp:
08/02/02 09:32:34 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MFillH.cc

    r1472 r1474  
    344344}
    345345
     346// --------------------------------------------------------------------------
     347//
     348// Implementation of SavePrimitive. Used to write the call to a constructor
     349// to a macro. In the original root implementation it is used to write
     350// gui elements to a macro-file.
     351//
    346352void MFillH::SavePrimitive(ofstream &out, Option_t *o="")
    347353{
    348354    out << "   MFillH " << ToLower(fName) << "(\"";
    349     out << fHName << "\", \"" << fParContainerName << "\")" << endl;
    350 }
     355    out << fHName << "\", \"" << fParContainerName << "\");" << endl;
     356}
Note: See TracChangeset for help on using the changeset viewer.