/[PAMELA software]/DarthVader/OrbitalInfo/inc/OrbitalInfoCore.h
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/inc/OrbitalInfoCore.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mocchiut, Wed Oct 1 15:25:40 2008 UTC revision 1.7 by mocchiut, Tue Aug 4 14:01:25 2009 UTC
# Line 10  Line 10 
10    
11  extern "C" {  extern "C" {
12  #include <dirent.h>  #include <dirent.h>
13    //INITIZE(YEAR,DIMO)      extern void initize_(Char_t *,Int_t *,Char_t *,Int_t *,char *,Int_t *);
14    extern void initize_(char[], int*, char[], int*, char[], int*);      extern void feldcof_(Float_t *, Float_t *);
15    //FELDCOF(YEAR,DIMO)      extern void feldg_(Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *);
16    extern void feldcof_(float*, float*);      extern void shellg_(Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *);
17    //FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS)      extern void findb0_(Float_t *, Float_t *, Bool_t *, Float_t *, Float_t *);
18    extern void feldg_(float*, float*, float*, float*, float*, float*, float*);  
19    //SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1)  /*     //INITIZE(YEAR,DIMO) */
20    extern void shellg_(float*, float*, float*, float*, float*, float*, float*);  /*     extern void initize_(char[], int*, char[], int*, char[], int*); */
21    //FINDB0(STPS,BDEL,VALUE,BEQU,RR0)  /*     //FELDCOF(YEAR,DIMO) */
22    extern void findb0_(float*, float*, bool*, float*, float*);  /*     extern void feldcof_(float*, float*); */
23    /*     //FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS) */
24    /*     extern void feldg_(float*, float*, float*, float*, float*, float*, float*); */
25    /*     //SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1) */
26    /*     extern void shellg_(float*, float*, float*, float*, float*, float*, float*); */
27    /*     //FINDB0(STPS,BDEL,VALUE,BEQU,RR0) */
28    /*     extern void findb0_(float*, float*, bool*, float*, float*); */
29  }  }
30    
31    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23