| 
            Last change
 on this file since 3689 was             3572, checked in by cmv, 17 years ago           | 
        
        
          | 
             
char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009 
 
           | 
        
        
          | 
            File size:
            694 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [3493] | 1 | /*    
 | 
|---|
 | 2 |    --- SOPHYA software - FitsIOServer module ---
 | 
|---|
 | 3 |    R. Ansari, C. Magneville, 2000-2008 
 | 
|---|
 | 4 |    (C) UPS+LAL IN2P3/CNRS     (C) DAPNIA-SPP/CEA 
 | 
|---|
 | 5 | */
 | 
|---|
| [1646] | 6 | #ifndef FITSIOSERVER_SEEN
 | 
|---|
 | 7 | #define FITSIOSERVER_SEEN
 | 
|---|
 | 8 | 
 | 
|---|
| [3023] | 9 | // Fits wrapper and generic handlers (array/tables)
 | 
|---|
 | 10 | #include "fitsinoutfile.h"
 | 
|---|
 | 11 | #include "fitsarrhand.h"
 | 
|---|
 | 12 | #include "fitshdtable.h"
 | 
|---|
| [3054] | 13 | #include "fitshistos.h"
 | 
|---|
| [3023] | 14 | #include "fitsmanager.h"
 | 
|---|
 | 15 | 
 | 
|---|
 | 16 | // Old (Pre V2 ) wrappers and handlers
 | 
|---|
| [1646] | 17 | #include "fitsfile.h"
 | 
|---|
| [3023] | 18 | 
 | 
|---|
| [1646] | 19 | #include "fitsspherehealpix.h"
 | 
|---|
 | 20 | #include "fitsntuple.h"
 | 
|---|
 | 21 | #include "fitslocalmap.h"
 | 
|---|
| [3023] | 22 | 
 | 
|---|
 | 23 | // Classes read/write utilitaires a la cmv 
 | 
|---|
| [1646] | 24 | #include "fbtntintf.h"
 | 
|---|
 | 25 | 
 | 
|---|
| [1952] | 26 | #include "fabtcolread.h"
 | 
|---|
 | 27 | #include "fabtwriter.h"
 | 
|---|
 | 28 | #include "fboloread.h"
 | 
|---|
 | 29 | 
 | 
|---|
| [1646] | 30 | #endif // FITSIOSERVER_SEEN
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.