- Timestamp:
- 06/09/11 16:39:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dataLogger.cc
r10952 r10954 1309 1309 1310 1310 //create the converter for that service 1311 if (sub.fConv == NULL&& isItaReport)1311 if (sub.fConv && isItaReport) 1312 1312 { 1313 1313 //trick the converter in case of 'C'. why do I do this ? well simple: the converter checks that the right number … … 1889 1889 } 1890 1890 1891 if (hasGrouping && cRunNumber->runFitsFile == NULL)1891 if (hasGrouping && cRunNumber->runFitsFile) 1892 1892 try 1893 1893 {
Note:
See TracChangeset
for help on using the changeset viewer.