Changeset 1936 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 04/10/03 10:43:24 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r1905 r1936 1068 1068 // Skip Event 1069 1069 // 1070 if (!GetSelector()->Is ExpressionTrue())1070 if (!GetSelector()->IsConditionTrue()) 1071 1071 { 1072 1072 fIn->seekg(sizeof(struct eventrecord), ios::cur); -
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1836 r1936 732 732 // Skip Event 733 733 // 734 if (!GetSelector()->Is ExpressionTrue())734 if (!GetSelector()->IsConditionTrue()) 735 735 { 736 736 fNumEntry++;
Note:
See TracChangeset
for help on using the changeset viewer.