Changeset 819 in Sophya


Ignore:
Timestamp:
Apr 5, 2000, 6:40:05 PM (25 years ago)
Author:
ansari
Message:

Adaptation modifs TArray/PPersist - Reza 05/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tspm2.cc

    r768 r819  
    3333  int_4 nl = mtx.NRows();
    3434  int_4 nc = mtx.NCols();
    35   mtx.Reset(defval);   // On met tout a defval
     35  mtx = defval;   // On met tout a defval
    3636  cout << " NRows= " << nl << "  NCols= " << nc  << endl;
    3737  for(l=0; l<nl; l++) {
Note: See TracChangeset for help on using the changeset viewer.