Changeset 1942 for branches/newmole/source/cpu.cpp
- Timestamp:
- 04/12/08 09:30:35 (9 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/cpu.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/cpu.cpp
r1830 r1942 208 208 209 209 /* if the environment variable was not set, the default set in path.h takes effect */ 210 string chSearchPathRaw = ( path != NULL ) ? string( path ) : string( LOCAL_DATA_PATH );210 string chSearchPathRaw = ( path != NULL ) ? string( path ) : string( CLOUDY_DATA_PATH ); 211 211 212 212 # ifdef _WIN32 … … 490 490 fprintf( ioQQQ, "the most likely reason is that the path has not been properly set.\n"); 491 491 fprintf( ioQQQ, "Please have a look at the file path.h in the source directory.\n"); 492 fprintf( ioQQQ, "Check how the variable LOCAL_DATA_PATH is set - ");492 fprintf( ioQQQ, "Check how the variable CLOUDY_DATA_PATH is set - "); 493 493 fprintf( ioQQQ, "it should give the location of the data files I need.\n"); 494 494 fprintf( ioQQQ, "These are the files in the data download from the web site.\n");
