00001
00006 int interp_init (void);
00007
00008 int interp_eos ( double e[], double rho[],
00009 double p[], double a[], double T[],
00010 int first, int last );
00011
00012 int species_init (void);
00013
00014 int species_eqbm ( double e[], double rho[],
00015 double co_[], double co2_[], double o_[],
00016 double o2_[], double c_[],
00017 int first, int last );
00018
00019
00020 void getheader(FILE *somefile,int check, int caller);
00021
00022 void quit( void );
00023
00024 void extrapmsg(double e, double rho);
00025
00026
00027