Ignore:
Timestamp:
07/30/12 14:41:52 (13 years ago)
Author:
jschierm
Message:

Fixed docstrings so that ipython could use them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/utils/OS/ismumps.py

    r12762 r12827  
    1 """
    2 %ISMUMPS - figure out if MUMPS package was compiled with ISSM
    3 %
    4 %   Usage:
    5 %       flag=ismumps();
    6 """
    7 
    81import os
    92from issmdir import *
     
    114
    125def ismumps():
     6        """
     7        ISMUMPS - figure out if MUMPS package was compiled with ISSM
     8 
     9            Usage:
     10                flag=ismumps();
     11        """
    1312
    1413        configfile=os.path.join(issmdir(),'bin','config.h')    #should find it in the install target
Note: See TracChangeset for help on using the changeset viewer.