Ignore:
Timestamp:
10/04/12 22:13:12 (12 years ago)
Author:
Eric.Larour
Message:

CHG: FemModel constructors and destructors now take care of writing the lock file,
and closing the output file descriptor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/enum/EnumDefinitions.py

    r13534 r13549  
    47294729        return StringToEnum('OutputFilePointer')[0]
    47304730
     4731def OutputFileNameEnum():
     4732        """
     4733        OUTPUTFILENAMEENUM - Enum of OutputFileName
     4734
     4735           Usage:
     4736              macro=OutputFileNameEnum()
     4737        """
     4738
     4739        return StringToEnum('OutputFileName')[0]
     4740
     4741def LockFileNameEnum():
     4742        """
     4743        LOCKFILENAMEENUM - Enum of LockFileName
     4744
     4745           Usage:
     4746              macro=LockFileNameEnum()
     4747        """
     4748
     4749        return StringToEnum('LockFileName')[0]
     4750
    47314751def PetscOptionsAnalysesEnum():
    47324752        """
     
    49774997        """
    49784998
    4979         return 496
    4980 
     4999        return 498
     5000
Note: See TracChangeset for help on using the changeset viewer.