--- quicklook/OrbitalRate/inc/OrbitalRate.h 2006/12/05 19:49:14 1.1 +++ quicklook/OrbitalRate/inc/OrbitalRate.h 2006/12/07 13:27:30 1.2 @@ -1,3 +1,5 @@ +#include + void InitStyle(); int printHist(TH2F*, TString, TString, TString, char*, int, int, bool, bool); void Rate(TString*, TString, TString, TString, int, int); @@ -10,17 +12,3 @@ TH2F* shiftHist(TH2F*, Float_t); string getTleDatetime(cTle *tle); Int_t solve_ac_overflow(Int_t&, Int_t); - -extern "C" { -#include - //INITIZE(YEAR,DIMO) - extern void initize_(); - //FELDCOF(YEAR,DIMO) - extern void feldcof_(float*, float*); - //FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS) - extern void feldg_(float*, float*, float*, float*, float*, float*, float*); - //SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1) - extern void shellg_(float*, float*, float*, float*, float*, float*, float*); - //FINDB0(STPS,BDEL,VALUE,BEQU,RR0) - extern void findb0_(float*, float*, bool*, float*, float*); -}