Changeset 14256


Ignore:
Timestamp:
01/15/13 15:22:51 (12 years ago)
Author:
jschierm
Message:

CHG: minor cosmetic changes.

Location:
issm/trunk-jpl/src/m/os
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/os/dakotaversion.m

    r14255 r14256  
    1010configfile=[issmdir() '/config.h'];
    1111if ~exist(configfile,'file'),
    12         error(['File ' configfile ' not found. Dakota has not been configured yet!']);
     12        error(['File ' configfile ' not found. ISSM has not been configured yet!']);
    1313end
    1414
  • TabularUnified issm/trunk-jpl/src/m/os/dakotaversion.py

    r14255 r14256  
    55def dakotaversion():
    66        """
    7         DAKOTAVERSION - recover dakota version number, inside dakota_config.h file
     7        DAKOTAVERSION - recover dakota version number, inside config.h file
    88 
    99           Usage:
     
    1616        configfile=os.path.join(issmdir(),'config.h')
    1717        if not os.path.exists(configfile):
    18                 raise RuntimeError("File '%s' not found. Dakota has not been configured yet!" % configfile)
     18                raise RuntimeError("File '%s' not found. ISSM has not been configured yet!" % configfile)
    1919
    2020        #go through the file, and recover the line we want
Note: See TracChangeset for help on using the changeset viewer.