Changes in src/analyzer.cpp [49e1ae:58ed4a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/analyzer.cpp ¶
r49e1ae r58ed4a 96 96 if (!Hcorrection.ParseFragmentMatrix(argv[1], "", HCORRECTIONSUFFIX,0,0)) { 97 97 NoHCorrection = true; 98 eLog() << Verbose(2) << "No HCorrection file found, skipping these." << endl;98 DoeLog(2) && (eLog()<< Verbose(2) << "No HCorrection file found, skipping these." << endl); 99 99 } 100 100 … … 102 102 if (!Hessian.ParseFragmentMatrix(argv[1], dir, HessianSuffix,0,0)) { 103 103 NoHessian = true; 104 eLog() << Verbose(2) << "No Hessian file found, skipping these." << endl;104 DoeLog(2) && (eLog()<< Verbose(2) << "No Hessian file found, skipping these." << endl); 105 105 } 106 106 if (!Time.ParseFragmentMatrix(argv[1], dir, TimeSuffix, 10,1)) { 107 107 NoTime = true; 108 eLog() << Verbose(2) << "No speed file found, skipping these." << endl;108 DoeLog(2) && (eLog()<< Verbose(2) << "No speed file found, skipping these." << endl); 109 109 } 110 110 if (periode != NULL) { // also look for PAS values
Note:
See TracChangeset
for help on using the changeset viewer.