Skip to content

Commit 98b77db

Browse files
committed
new timestep range per boss
1 parent 868082d commit 98b77db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pub const WATER_DENSITY_MAX: f32 = 1100.;
2323
pub const METADATA_TOML_VERSION: u32 = 2;
2424
pub const TEMP_K_MIN: u32 = 275;
2525
pub const TEMP_K_MAX: u32 = 700;
26-
pub const TIMESTEP_FS_MIN: u32 = 0;
27-
pub const TIMESTEP_FS_MAX: u32 = 4;
26+
pub const TIMESTEP_FS_MIN: u32 = 1;
27+
pub const TIMESTEP_FS_MAX: u32 = 5;
2828
pub const VALID_WATER_MODEL: &[&str] = &[
2929
"AMOEBA",
3030
"BF",

0 commit comments

Comments
 (0)