Changeset 817 in Sophya for trunk/SophyaProg
- Timestamp:
- Apr 5, 2000, 6:16:25 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/extractRS.cc
r761 r817 185 185 K = dc.DParam(key, 1, 1.); 186 186 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 189 188 } 190 189 … … 301 300 if (narg > 3) { 302 301 POutPersist s(arg[3]); 303 FIO_TMatrix<float> fiog ; 304 fiog.Write(s); 302 s.PutObject(outgs); // $CHECK$ Reza 05/04/2000 305 303 cout << "Output Map (TMatrix<float>) written to POutPersist file " 306 304 << (string)(arg[3]) << endl;
Note:
See TracChangeset
for help on using the changeset viewer.