Ignore:
Timestamp:
Apr 3, 2000, 7:46:32 PM (25 years ago)
Author:
ercodmgr
Message:

Adaptation modifs TArray<T>,PPersist - Reza 03/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomskymapadapter.cc

    r594 r810  
    173173  int_4 nl = mtx.NRows();
    174174  int_4 nc = mtx.NCols();
    175   mtx.Reset(defval);   // On met tout a defval
     175  mtx.DataBlock().Reset(defval);   // On met tout a defval
    176176//  cout << " NRows= " << nl << "  NCols= " << nc  << endl;
    177177  for(l=0; l<nl; l++) {
Note: See TracChangeset for help on using the changeset viewer.