00001
00002
00003
00005 void ContCreatePointers(void);
00006
00009 int ContSetIntensity(void);
00010
00012 void ContCreateMesh(void);
00013
00015 void ContNegative(void);
00016
00020 double ffun(double anu);
00021
00025 double ffun1(double xnu);
00026
00030 double DrvContPump(EmLine * t );
00031
00037 double cont_gaunt_calc( double, double , double );
00038
00039 EXTERN struct t_continuum {
00043 float *filbnd,
00044
00045 *fildel,
00046
00047 *filres;
00048
00049 long int *ifill0,
00051 nrange;
00052
00055 double *StoredEnergy,
00057 *StoredResolution;
00058
00060 long int nStoredBands;
00061
00064 double ResolutionScaleFactor;
00065
00067 bool lgCon0,
00068 lgCoStarInterpolationCaution;
00069
00071 double TotalLumin,
00072 totlsv;
00073
00075 float cn4861,
00076 cn1216,
00077 sv4861,
00078 sv1216;
00079
00080 float
00081 fluxv,
00082 fbeta;
00083
00086 long int nContBand;
00087 char **chContBandLabels;
00088 float *ContBandWavelength;
00089 long int *ipContBandLow , *ipContBandHi;
00090
00093 long int KshellLimit;
00094 float EnergyKshell;
00095
00096 } continuum;