Skip to content

Commit

Permalink
small docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Feb 23, 2025
1 parent c583d5e commit 476f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jagua-rs/src/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::fsize;
pub struct CDEConfig {
///Maximum depth of the quadtree
pub quadtree_depth: u8,
///Target number of cells in the Hazard Proximity Grid
///Target number of cells in the Hazard Proximity Grid (set to 0 to disable)
pub hpg_n_cells: usize,
///Configuration of the surrogate generation for items
pub item_surrogate_config: SPSurrogateConfig,
Expand Down

0 comments on commit 476f6a6

Please sign in to comment.