Changeset 1936 for trunk/MagicSoft/Mars/mbase/MTask.cc
- Timestamp:
- 04/10/03 10:43:24 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r1657 r1936 198 198 // this task. 199 199 // 200 const Bool_t exec = fFilter ? fFilter->Is ExpressionTrue() : kTRUE;200 const Bool_t exec = fFilter ? fFilter->IsConditionTrue() : kTRUE; 201 201 202 202 if (!exec)
Note:
See TracChangeset
for help on using the changeset viewer.