Ignore:
Timestamp:
01/30/08 13:55:40 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.