Ignore:
Timestamp:
07/26/12 16:12:05 (13 years ago)
Author:
jschierm
Message:

Fixed typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/model/petscversion.py

    r12762 r12766  
    1515        PETSC_VERSION=3
    1616
    17         configfile=os.path.joint(issmdir(),'/config.h')
     17        configfile=os.path.join(issmdir(),'config.h')
    1818        if not os.path.exists(configfile):
    1919                raise RuntimeError("File '%s' not found. ISSM has not been configured yet!" % configfile)
    2020
    21         %go through the file, and recover the line we want
     21        #go through the file, and recover the line we want
    2222        try:
    2323                fid=open(configfile,'r')
     
    3232        fid.close()
    3333
     34        return PETSC_VERSION
     35
Note: See TracChangeset for help on using the changeset viewer.