Changeset 1625
- Timestamp:
- 02/11/10 14:08:00 (6 months ago)
- Files:
-
- 1 modified
-
trunk/yt/lagos/OutputTypes.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/yt/lagos/OutputTypes.py
r1597 r1625 464 464 465 465 def __init__(self, plotname, paramFilename=None, fparamFilename=None, 466 data_style='orion_native', paranoia=False): 466 data_style='orion_native', paranoia=False, 467 storage_filename = None): 467 468 """need to override for Orion file structure. 468 469 … … 476 477 477 478 """ 478 479 self.storage_filename = storage_filename 479 480 self.paranoid_read = paranoia 480 481 self.parameter_filename = paramFilename
