Skip to content

Commit

Permalink
Compartment type pub
Browse files Browse the repository at this point in the history
  • Loading branch information
KG32 committed Oct 30, 2024
1 parent 0b68bcf commit cac8aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/buehlmann/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ mod zhl_values;

pub use buehlmann_config::BuehlmannConfig;
pub use buehlmann_model::BuehlmannModel;
pub use compartment::Supersaturation;
pub use compartment::{Compartment, Supersaturation};
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod buehlmann;
mod common;

pub use buehlmann::{BuehlmannConfig, BuehlmannModel, Supersaturation};
pub use buehlmann::{BuehlmannConfig, BuehlmannModel, Compartment, Supersaturation};

pub use common::{
CeilingType, Deco, DecoCalculationError, DecoModel, DecoRuntime, DecoStage, DecoStageType,
Expand Down

0 comments on commit cac8aa6

Please sign in to comment.