Changeset 817 in Sophya


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/extractRS.cc

    r761 r817  
    185185        K = dc.DParam(key, 1, 1.);
    186186        if (debuglev > 4) {  // Writing the input map to the outppf
    187           FIO_TMatrix<float> fiog;
    188           fiog.Write(*so, key);
     187          so->PutObject(ings, key);    // $CHECK$  Reza 05/04/2000
    189188        }
    190189       
     
    301300    if (narg > 3) {
    302301      POutPersist s(arg[3]);
    303       FIO_TMatrix<float> fiog ;
    304       fiog.Write(s);
     302      s.PutObject(outgs);   //  $CHECK$  Reza 05/04/2000
    305303      cout << "Output Map (TMatrix<float>) written to POutPersist file " 
    306304           << (string)(arg[3]) << endl;
Note: See TracChangeset for help on using the changeset viewer.