Ignore:
Timestamp:
01/30/08 13:55:40 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/GuiIncl.h

    r1109 r8838  
    11#ifndef __CINT__
    22
    3 #include "coord.h"
    4 
    53#endif // __CINT__
  • trunk/MagicSoft/Cosy/gui/MGCoordinates.h

    r8376 r8838  
    11#ifndef COSY_MGCoordinates
    22#define COSY_MGCoordinates
    3 
    4 //
    5 // This File contains the declaration of the MGCoordinates-class
    6 //
    7 //   Author: Thomas Bretz
    8 //   Version: V1.0 (1-8-2000)
    93
    104#ifndef ROOT_TGFrame
     
    126#endif
    137
    14 class XY;
     8#ifndef MARS_MPointing
     9#include "MPointing.h"
     10#endif
    1511
    1612enum {
  • trunk/MagicSoft/Cosy/gui/MGCosy.cc

    r8824 r8838  
    33#include <iomanip>
    44#include <fstream>
    5 
    6 #include "msgqueue.h"
    7 #include "coord.h"
    8 #include "slalib.h"
    95
    106#include <TROOT.h>
     
    2218#include <TApplication.h>  // gApplication
    2319
    24 #include "MCosy.h"
     20#include "MLog.h"
     21#include "MLogManip.h"
     22
    2523#include "MTime.h"
    2624#include "MString.h"
    2725#include "MAstro.h"
     26
     27#include "MCosy.h"
    2828#include "MGList.h"
    2929#include "MDriveCom.h"
     
    3636
    3737#include "SlaStars.h"
     38/*
     39#include "msgqueue.h"
     40#include "coord.h"
     41#include "slalib.h"
     42*/
    3843
    3944#define DEBUG
     
    323328    if (!fin)
    324329    {
    325         cout << "ERROR: Predifined positions in 'prepos.txt' not found." << endl;
     330        gLog << err << "ERROR: Predifined positions in 'prepos.txt' not found." << endl;
    326331        return;
    327332    }
     
    359364    if (!fin)
    360365    {
    361         cout << "ERROR: Star List 'stars.txt' not found." << endl;
     366        gLog << err << "ERROR: Star List 'stars.txt' not found." << endl;
    362367        return;
    363368    }
Note: See TracChangeset for help on using the changeset viewer.