Ignore:
Timestamp:
01/31/08 13:58:30 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
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_H
    2 #define SLAPLANETS_H
     1#ifndef COSY_SlaPlanets
     2#define COSY_SlaPlanets
    33
    4 #ifndef SLALIB_H
     4#ifndef COSY_Slalib
    55#include "Slalib.h"
     6#endif
     7
     8#ifndef MARS_MPointing
     9#include "MPointing.h"
    610#endif
    711
  • trunk/MagicSoft/Cosy/catalog/SlaStars.cc

    r8818 r8847  
    22
    33#include "slalib.h"
     4
     5#include "MPointing.h"
    46
    57ClassImp(SlaStars);
  • trunk/MagicSoft/Cosy/catalog/SlaStars.h

    r2615 r8847  
    1 #ifndef SLASTARS_H
    2 #define SLASTARS_H
     1#ifndef COSY_SlaStars
     2#define COSY_SlaStars
    33
     4#ifndef COSY_Slalib
    45#include "Slalib.h"
     6#endif
    57
    6 #include "coord.h"
     8#ifndef MARS_MPointing
     9#include "MPointing.h"
     10#endif
    711
    812class SlaStars : public Slalib
  • trunk/MagicSoft/Cosy/catalog/Slalib.cc

    r8818 r8847  
    44#include <iostream>  // cout
    55
    6 #include "coord.h"
     6#include "MPointing.h"
    77
    88#include "slalib.h"
  • trunk/MagicSoft/Cosy/catalog/Slalib.h

    r3897 r8847  
    1 #ifndef SLALIB_H
    2 #define SLALIB_H
     1#ifndef COSY_Slalib
     2#define COSY_Slalib
    33
    4 #include <TROOT.h>
     4#ifndef MARS_MTime
     5#include "MTime.h"
     6#endif
    57
    6 #include "coord.h"
    7 #include "MTime.h"
     8#ifndef MARS_MObservatory
    89#include "MObservatory.h"
     10#endif
     11
     12class ZdAz;
    913
    1014class Slalib : public MObservatory
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.h

    r8818 r8847  
    88#include <GuiTypes.h>
    99#endif
    10 #ifndef SAOFILE_H
    11 #include "SaoFile.h"
    12 #endif
    13 #ifndef SLASTARS_H
     10#ifndef COSY_SlaStars
    1411#include "SlaStars.h"
    1512#endif
    16 
    17 #include "coord.h"
    1813
    1914typedef unsigned char byte;
Note: See TracChangeset for help on using the changeset viewer.