Skip to content

Commit

Permalink
Remove commented-out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Oct 9, 2024
1 parent 2e76412 commit 2769152
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions yt/frontends/ramses/particle_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,6 @@ def build_iterator():
)
self.ds._warned_extra_fields["io"] = True

# if self.has_birth_file:
# # Sentinel value: this will prevent birth times from being read from
# # the partXXXXX.outYYYYY files
# field_offsets[ptype, "particle_birth_time"] = -1
# _pfields[ptype, "particle_birth_time"] = "d"
# self.ds.use_conformal_time = False
if (
self.ds.use_conformal_time
and (ptype, "particle_birth_time") in field_offsets
Expand Down

0 comments on commit 2769152

Please sign in to comment.