Changeset 656 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/01/01 16:27:34 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.cc
r653 r656 39 39 // 40 40 fIn = new ifstream(fFileName); 41 if (! fIn->is_open())41 if (!(*fIn)) 42 42 { 43 43 *fLog << "Error: MCT1ReadAscii::PreProcess: Cannot open file." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.