Ignore:
Timestamp:
Apr 5, 2000, 5:46:05 PM (25 years ago)
Author:
ercodmgr
Message:

Adaptation modifs TArray - Reza 5/4/2000

File:
1 edited

Legend:

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

    r810 r815  
    173173  int_4 nl = mtx.NRows();
    174174  int_4 nc = mtx.NCols();
    175   mtx.DataBlock().Reset(defval);   // On met tout a defval
     175  mtx = 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.