Skip to content

Commit

Permalink
make allow_non_unit_aspect_zones bool instead of int (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jul 28, 2024
1 parent ae3a071 commit dbc6f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/_cpp_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ update_sources_after_reflux bool 1

# Castro was originally written assuming dx = dy = dz. This assumption is
# enforced at runtime. Setting allow_non_unit_aspect_zones = 1 opts out.
allow_non_unit_aspect_zones int 0
allow_non_unit_aspect_zones bool 0


#-----------------------------------------------------------------------------
Expand Down

0 comments on commit dbc6f6b

Please sign in to comment.