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/model/loadresultsfromdisk.py

    r12733 r12827  
    1 """
    2 LOADRESULTSFROMDISK - load results of solution sequence from disk file "filename"           
    3  
    4     Usage:
    5        md=loadresultsfromdisk(md=False,filename=False);
    6 """
    7 
    81import os
    92
    103def loadresultsfromdisk(md,filename):
     4        """
     5        LOADRESULTSFROMDISK - load results of solution sequence from disk file "filename"           
     6 
     7            Usage:
     8               md=loadresultsfromdisk(md=False,filename=False);
     9        """
    1110
    1211        #check number of inputs/outputs
Note: See TracChangeset for help on using the changeset viewer.