- Timestamp:
- Aug 24, 2011, 10:26:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3368 r3369 530 530 531 531 if (maxRes > _MAXRES) { 532 out << " Outlier" << endl;532 out << " Outlier" << endl; 533 533 _QQ = QQ_sav; 534 534 AA.Row(maxResIndex) = 0.0; … … 536 536 } 537 537 else { 538 out << " OK" << endl;538 out << " OK" << endl; 539 539 break; 540 540 }
Note:
See TracChangeset
for help on using the changeset viewer.