/home66/gary/public_html/cloudy/c08_branch/source/path.h

Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _PATH_H_
00005 #define _PATH_H_
00006 
00007 
00027 /* The value below will be superseded if
00028  * specified by a compiler argument */
00029 #ifndef CLOUDY_DATA_PATH 
00030 
00031 /* 
00032  * Specify a search path to data directories here.
00033  *
00034  * This is for Unix variants.  You can specify a search path for one or several
00035  * data directories using the standard colon-separated list of Unix paths. You
00036  * can enter as many paths as you like. One example could be: */
00037 
00038 #define CLOUDY_DATA_PATH "/usr/local/cloudy/data:/home/user/cloudy/data"
00039 
00040 
00041 /* The following (commented-out) example shows the format for Windows. You can
00042  * specify a search path for one or several data directories using a list separated
00043  * by semi-colon signs ";". The path must be enclosed between double quotes.
00044  * NB - note that the backslash "\" always needs to be typed twice, as shown below: */
00045 
00046 // #define CLOUDY_DATA_PATH "c:\\projects\\cloudy\\data;c:\\users\\gary\\data"
00047 
00048 /* The // makes the above line of code a comment
00049  * if you want to use the Windows version remove the // from the line above and 
00050  * remove the unix version 12 lines above this line (or comment it out)
00051  * NB - make sure that the hash-sign "#" is in the first column */
00052 
00053 #endif
00054 
00055 /* That should be all you need to change! */
00056 
00057 #endif /* _PATH_H_ */

Generated on Mon Feb 16 12:01:26 2009 for cloudy by  doxygen 1.4.7