Changeset 2155 in Sophya for trunk/SophyaPI/ProgPI/piapp.cc


Ignore:
Timestamp:
Aug 4, 2002, 1:11:34 AM (23 years ago)
Author:
cmv
Message:

module skymap cmv 4/8/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/ProgPI/piapp.cc

    r2112 r2155  
    1919void sopiamodule_init();
    2020void sopiamodule_end();
     21void skymapmodule_init();
     22void skymapmodule_end();
    2123void fitsbtadapter_init();
    2224void fitsbtadapter_end();
     
    190192// On charge le module sopiamodule
    191193sopiamodule_init();
     194// On charge le module skymapmodule
     195skymapmodule_init();
    192196// On charge le module de lecture ligne a ligne des Fits BINARY/ASCII tables
    193197fitsbtadapter_init();
     
    269273// On de-charge le module sopiamodule et fitsbtadapter
    270274sopiamodule_end();
     275skymapmodule_end();
    271276fitsbtadapter_end();
    272277W2PSModule_end();
Note: See TracChangeset for help on using the changeset viewer.