Changeset 418117a for molecuilder/src/analyzer.cpp
- Timestamp:
- Nov 23, 2009, 6:22:33 PM (16 years ago)
- Children:
- 3d4969
- Parents:
- 09d3b8
- File:
-
- 1 edited
-
molecuilder/src/analyzer.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analyzer.cpp
r09d3b8 r418117a 94 94 if (!Hcorrection.ParseFragmentMatrix(argv[1], "", HCORRECTIONSUFFIX,0,0)) { 95 95 NoHCorrection = true; 96 Log() << Verbose(0) << "No HCorrection file found, skipping these." << endl;96 eLog() << Verbose(2) << "No HCorrection file found, skipping these." << endl; 97 97 } 98 98 … … 100 100 if (!Hessian.ParseFragmentMatrix(argv[1], dir, HessianSuffix,0,0)) { 101 101 NoHessian = true; 102 Log() << Verbose(0) << "No Hessian file found, skipping these." << endl;102 eLog() << Verbose(2) << "No Hessian file found, skipping these." << endl; 103 103 } 104 104 if (!Time.ParseFragmentMatrix(argv[1], dir, TimeSuffix, 10,1)) { 105 105 NoTime = true; 106 Log() << Verbose(0) << "No speed file found, skipping these." << endl;106 eLog() << Verbose(2) << "No speed file found, skipping these." << endl; 107 107 } 108 108 if (periode != NULL) { // also look for PAS values
Note:
See TracChangeset
for help on using the changeset viewer.
