Changeset 819 in Sophya
- Timestamp:
- Apr 5, 2000, 6:40:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tspm2.cc
r768 r819 33 33 int_4 nl = mtx.NRows(); 34 34 int_4 nc = mtx.NCols(); 35 mtx .Reset(defval); // On met tout a defval35 mtx = defval; // On met tout a defval 36 36 cout << " NRows= " << nl << " NCols= " << nc << endl; 37 37 for(l=0; l<nl; l++) {
Note:
See TracChangeset
for help on using the changeset viewer.