Changeset 3543 for trunk/MagicSoft
- Timestamp:
- 03/18/04 11:20:50 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3541 r3543 18 18 19 19 -*-*- 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 20 25 21 26 2004/03/17: Thomas Bretz -
trunk/MagicSoft/Mars/mimage/MConcentration.cc
r3542 r3543 101 101 *fLog << "Concentrations (" << GetName() << ")" << endl; 102 102 for(int i=0;i<9;i++) 103 *f log << "Conc" << i+1 <<" = "<< fConc[i] << endl;103 *fLog << "Conc" << i+1 <<" = "<< fConc[i] << endl; 104 104 } 105 105
Note:
See TracChangeset
for help on using the changeset viewer.