Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id$ 2 """File that contains only a list (for instance points)""" 3 4 from PyFoam.Basics.LineReader import LineReader 5 from PyFoam.RunDictionary.SolutionFile import SolutionFile 6 7 from PyFoam.ThirdParty.six import PY3 8 9 if PY3: 10 long=int 1113 """Represents a OpenFOAM file with only a list""" 1439 40 # Should work with Python3 and Python2 4116 """@param place: directory of the file 17 @param name: The name of the list file""" 18 19 SolutionFile.__init__(self,place,name)20
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 12 09:10:13 2013 | http://epydoc.sourceforge.net |