/* Steven Andrews, 1/99 */ /* See documentation called SpectFit doc */ /* Copyright 2003 by Steven Andrews. Permission is granted for non-commercial use of and modifications to the code. */ #ifndef __SpectFit_h__ #define __SpectFit_h__ int UpdateModel(modelptr m); sptr Name2Spec(char *str); #endif