Changeset 3702 in Sophya


Ignore:
Timestamp:
Dec 5, 2009, 1:09:49 AM (16 years ago)
Author:
ansari
Message:

Correction bug, Reza 4/12/09

Location:
trunk/AddOn/TAcq
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brproc.cc

    r3701 r3702  
    8585  po << visdt_;
    8686  POutPersist poc(outpath_+"chanum.ppf");
    87   po << chanum_;
     87  poc << chanum_;
    8888
    8989  delete[] xnt_;
  • trunk/AddOn/TAcq/svv2mtx.cc

    r3701 r3702  
    9393  }
    9494  catch (PException& exc) {
    95     cerr << " svv2mtx.cc catched MiniFITSException " << exc.Msg() << endl;
     95    cerr << " svv2mtx.cc catched PException " << exc.Msg() << endl;
    9696    rc = 77;
    9797  } 
Note: See TracChangeset for help on using the changeset viewer.