# HG changeset patch # User Matthew Turk # Date 1283466621 25200 # Branch yt # Node ID ab5260a8be3eb9a8d25fb8abd93afcea7263d49e # Parent d9bdb37f8046d00d41ea506c0b960782e80121d8 Typo that turned off cosmology for Enzo sims. diff -r d9bdb37f8046d00d41ea506c0b960782e80121d8 -r ab5260a8be3eb9a8d25fb8abd93afcea7263d49e yt/frontends/enzo/data_structures.py --- a/yt/frontends/enzo/data_structures.py Thu Sep 02 00:07:45 2010 -0700 +++ b/yt/frontends/enzo/data_structures.py Thu Sep 02 15:30:21 2010 -0700 @@ -742,7 +742,7 @@ if "CurrentTimeIdentifier" in self.parameters: self.unique_identifier = self.parameters["CurrentTimeIdentifier"] if self.parameters["ComovingCoordinates"]: - self.cosmological_simulation = 0 + self.cosmological_simulation = 1 self.current_redshift = self.parameters["CosmologyCurrentRedshift"] self.omega_lambda = self.parameters["CosmologyOmegaLambdaNow"] self.omega_matter = self.parameters["CosmologyOmegaMatterNow"]