Changeset 2672 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Apr 18, 2005, 5:39:39 PM (20 years ago)
Author:
ansari
Message:

Ajout de la commande breakexe - pour arreter l'execution de commande par l'interpreteur ds PIACmd et ajout impression pour SaveFits ds nobjmgr.cc - Reza 18/4/2005

File:
1 edited

Legend:

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

    r2669 r2672  
    12801280obja = GetObjAdapter(nom);
    12811281if (obja == NULL)  return;
     1282cout << "  SaveFits: Object" << nom << " to FITS file " << flnm << endl;
    12821283obja->SaveFits(flnm);
    12831284return;
Note: See TracChangeset for help on using the changeset viewer.