Ignore:
Timestamp:
04/10/03 10:43:24 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTask.cc

    r1657 r1936  
    198198    // this task.
    199199    //
    200     const Bool_t exec = fFilter ? fFilter->IsExpressionTrue() : kTRUE;
     200    const Bool_t exec = fFilter ? fFilter->IsConditionTrue() : kTRUE;
    201201
    202202    if (!exec)
Note: See TracChangeset for help on using the changeset viewer.