Skip to content

Commit

Permalink
don't declare parameters as logical
Browse files Browse the repository at this point in the history
we're moving away from that
  • Loading branch information
zingale committed Jan 26, 2024
1 parent 8f66f04 commit 849a694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/driver/_cpp_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -616,12 +616,12 @@ max_tagging_radius real 10.0e0
(v, verbose) int 0

# do we dump the old state into the checkpoint files too?
dump_old bool false
dump_old int 0

# do we assume the domain is plane parallel when computing some of the derived
# quantities (e.g. radial velocity). Note: this will always assume that the
# last spatial dimension is vertical
domain_is_plane_parallel bool false
domain_is_plane_parallel int 0

# display information about updates to the state (how much mass, momentum, energy added)
print_update_diagnostics int (0, 1)
Expand Down

0 comments on commit 849a694

Please sign in to comment.