/* * * this file only contains the path for all the cloudy data files * modify the path as set below, and never worry about setting * a path again. * */ #include "cddefines.h" #include "path.h" /* path to subdir where ancillary data lives */ char chDataPath[81]="/scisoft/cloudy/data/"; /*true is path has been set with set path command, false otherwise */ int lgDataPathSet=TRUE;