Changeset 10954 for trunk/FACT++/src


Ignore:
Timestamp:
06/09/11 16:39:19 (13 years ago)
Author:
tbretz
Message:
Instead of comparing shared_ptr with NULL they are converted to bools to make it also compile on the ETH machine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/dataLogger.cc

    r10952 r10954  
    13091309
    13101310    //create the converter for that service
    1311     if (sub.fConv == NULL && isItaReport)
     1311    if (sub.fConv && isItaReport)
    13121312    {
    13131313        //trick the converter in case of 'C'. why do I do this ? well simple: the converter checks that the right number
     
    18891889            }
    18901890
    1891         if (hasGrouping && cRunNumber->runFitsFile == NULL)
     1891        if (hasGrouping && cRunNumber->runFitsFile)
    18921892            try
    18931893            {
Note: See TracChangeset for help on using the changeset viewer.