Show
Ignore:
Timestamp:
04/07/08 04:06:42 (8 months ago)
Author:
gary
Message:

merge R1920, LOCAL_DATA_PATH changed to CLOUDY_DATA_PATH

Files:
1 modified

Legend:

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

    r1824 r1921  
    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");