/* bring all the rauch stellar atmosphers together into one file, * called by compile star rauch initialize */ void ConcatRauch(void); /* GetRauch rebin Rauch stellar models to match energy grid of code*/ void GetRauch(void); /*DoRauch get one of the Rauch model atmospheres, coded by K. Volk */ void DoRauch(long int *nstar, double temp, double alogg, long int iabund);