Changeset 3543 for trunk/MagicSoft


Ignore:
Timestamp:
03/18/04 11:20:50 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3541 r3543  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/03/18: Markus Gaug
     22
     23   * mimage/MConcentration.cc
     24     - fixed on flog to fLog in order to compile
    2025
    2126 2004/03/17: Thomas Bretz
  • trunk/MagicSoft/Mars/mimage/MConcentration.cc

    r3542 r3543  
    101101    *fLog << "Concentrations (" << GetName() << ")" << endl;
    102102    for(int i=0;i<9;i++)
    103       *flog << "Conc" << i+1 <<" = "<< fConc[i] << endl;
     103      *fLog << "Conc" << i+1 <<" = "<< fConc[i] << endl;
    104104}
    105105
Note: See TracChangeset for help on using the changeset viewer.