Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id: /local/openfoam/Python/PyFoam/PyFoam/LogAnalysis/FileLineAnalyzer.py 1906 2007-08-28T16:16:19.392553Z bgschaid $ 2 """Line analyzer with output""" 3 4 from GeneralLineAnalyzer import GeneralLineAnalyzer 57 """Base class for analyzers that write data to files 8 9 Just a stub to enable legacy code""" 101612 """ 13 @param titles: The titles of the data elements 14 """ 15 GeneralLineAnalyzer.__init__(self,doFiles=True,titles=titles)
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 9 23:05:22 2010 | http://epydoc.sourceforge.net |