Show
Ignore:
Timestamp:
04/12/08 09:30:35 (9 months ago)
Author:
rjrw
Message:

Merged from trunk r1917:1941

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/cpu.cpp

    r1830 r1942  
    208208 
    209209        /* 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 ); 
    211211 
    212212#       ifdef _WIN32 
     
    490490                        fprintf( ioQQQ, "the most likely reason is that the path has not been properly set.\n"); 
    491491                        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 - "); 
    493493                        fprintf( ioQQQ, "it should give the location of the data files I need.\n"); 
    494494                        fprintf( ioQQQ, "These are the files in the data download from the web site.\n");