Changeset 1940
- Timestamp:
- Apr 10, 2013 6:26:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpLsqr.cpp
r1938 r1940 261 261 if (*itn <= 10 ) prnt = 1; 262 262 if (*itn >= itnlim - 10) prnt = 1; 263 if ( fmod(*itn, 10)== 0 ) prnt = 1;263 if (*itn % 10 == 0 ) prnt = 1; 264 264 if (test3 <= 2 * ctol ) prnt = 1; 265 265 if (test2 <= 10 * atol ) prnt = 1;
Note: See TracChangeset
for help on using the changeset viewer.