Changeset 8847 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 01/31/08 13:58:30 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/catalog
- Files:
-
- 2 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/SlaPlanets.h
r1758 r8847 1 #ifndef SLAPLANETS_H2 #define SLAPLANETS_H1 #ifndef COSY_SlaPlanets 2 #define COSY_SlaPlanets 3 3 4 #ifndef SLALIB_H4 #ifndef COSY_Slalib 5 5 #include "Slalib.h" 6 #endif 7 8 #ifndef MARS_MPointing 9 #include "MPointing.h" 6 10 #endif 7 11 -
trunk/MagicSoft/Cosy/catalog/SlaStars.cc
r8818 r8847 2 2 3 3 #include "slalib.h" 4 5 #include "MPointing.h" 4 6 5 7 ClassImp(SlaStars); -
trunk/MagicSoft/Cosy/catalog/SlaStars.h
r2615 r8847 1 #ifndef SLASTARS_H2 #define SLASTARS_H1 #ifndef COSY_SlaStars 2 #define COSY_SlaStars 3 3 4 #ifndef COSY_Slalib 4 5 #include "Slalib.h" 6 #endif 5 7 6 #include "coord.h" 8 #ifndef MARS_MPointing 9 #include "MPointing.h" 10 #endif 7 11 8 12 class SlaStars : public Slalib -
trunk/MagicSoft/Cosy/catalog/Slalib.cc
r8818 r8847 4 4 #include <iostream> // cout 5 5 6 #include " coord.h"6 #include "MPointing.h" 7 7 8 8 #include "slalib.h" -
trunk/MagicSoft/Cosy/catalog/Slalib.h
r3897 r8847 1 #ifndef SLALIB_H2 #define SLALIB_H1 #ifndef COSY_Slalib 2 #define COSY_Slalib 3 3 4 #include <TROOT.h> 4 #ifndef MARS_MTime 5 #include "MTime.h" 6 #endif 5 7 6 #include "coord.h" 7 #include "MTime.h" 8 #ifndef MARS_MObservatory 8 9 #include "MObservatory.h" 10 #endif 11 12 class ZdAz; 9 13 10 14 class Slalib : public MObservatory -
trunk/MagicSoft/Cosy/catalog/StarCatalog.h
r8818 r8847 8 8 #include <GuiTypes.h> 9 9 #endif 10 #ifndef SAOFILE_H 11 #include "SaoFile.h" 12 #endif 13 #ifndef SLASTARS_H 10 #ifndef COSY_SlaStars 14 11 #include "SlaStars.h" 15 12 #endif 16 17 #include "coord.h"18 13 19 14 typedef unsigned char byte;
Note:
See TracChangeset
for help on using the changeset viewer.