Changeset 3702 in Sophya
- Timestamp:
- Dec 5, 2009, 1:09:49 AM (16 years ago)
- Location:
- trunk/AddOn/TAcq
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brproc.cc
r3701 r3702 85 85 po << visdt_; 86 86 POutPersist poc(outpath_+"chanum.ppf"); 87 po << chanum_;87 poc << chanum_; 88 88 89 89 delete[] xnt_; -
trunk/AddOn/TAcq/svv2mtx.cc
r3701 r3702 93 93 } 94 94 catch (PException& exc) { 95 cerr << " svv2mtx.cc catched MiniFITSException " << exc.Msg() << endl;95 cerr << " svv2mtx.cc catched PException " << exc.Msg() << endl; 96 96 rc = 77; 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.