Ignore:
Timestamp:
09/17/04 15:07:15 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataArray.cc

    r3572 r5100  
    135135    while ((data=(MData*)Next()))
    136136    {
    137         *fLog << all << " Line " << setw(3) << n++ << ": " << flush;
     137        *fLog << all << " " << fName << "[" << setw(3) << n++ << "] = " << flush;
    138138        data->Print();
    139139        *fLog << endl;
Note: See TracChangeset for help on using the changeset viewer.