Changeset 7737 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/24/06 17:21:29 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r7560 r7737  
    950950    if (newfirst < 0)
    951951    {
    952         *fLog << err << "Pulse is too much to the left, cannot go below 0!" << endl;
    953         return -1;
     952        //*fLog << err << "Pulse is too much to the left, cannot go below 0!" << endl;
     953        //return -1;
     954        return kTRUE;
    954955
    955956    }
Note: See TracChangeset for help on using the changeset viewer.