Changeset 4587 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 08/12/04 09:16:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportFileReadCC.cc
r4575 r4587 91 91 92 92 // report file matching a single run 93 if ( str(TRegexp("^[CC Run [0-9]+ Control File]$")).IsNull())93 if (!str(TRegexp("^[CC Run [0-9]+ Control File]$")).IsNull()) 94 94 run = atoi(str(TRegexp(" [0-9]+")).Data()); 95 95
Note:
See TracChangeset
for help on using the changeset viewer.