Changeset 2578 in Sophya for trunk/SophyaProg/Tests/carrt.cc
- Timestamp:
- Jul 29, 2004, 2:33:39 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/carrt.cc
r2568 r2578 55 55 if (narg > 5) nprt = atoi(arg[5]); 56 56 57 BaseArray::SetMaxPrint(nprt , prtlev);57 BaseArray::SetMaxPrint(nprt); 58 58 int rc = 0; 59 59 PrtTim(" Start of Test "); … … 227 227 else cout << "(7) OK Test C=A+2*B OK " << endl; 228 228 229 c = (a*4+1).DivElt(b);229 (a*4+1).DivElt(b,c); 230 230 if (prtlev > 0) cout << "(8) C = (A*4+1)/B = " << c << endl; 231 231 getMinMax(c, min, max); … … 347 347 else cout << "(7) OK Test C=A+2*B OK " << endl; 348 348 349 c = (a*4.0f+5.5f).DivElt(b);349 (a*4.0f+5.5f).DivElt(b,c); 350 350 if (prtlev > 0) cout << "(8) C = (A*4+12)/B = " << c << endl; 351 351 getMinMax(c, min, max);
Note:
See TracChangeset
for help on using the changeset viewer.