Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
KG32 committed Aug 23, 2024
1 parent e45d8c1 commit 47a45a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ All decompression stages calculated to clear deco obligations and resurface in a

The NDL is a theoretical time obtained by calculating inert gas uptake and release in the body that determines a time interval a diver may theoretically spend at given depth without aquiring any decompression obligations (given constant depth and gas mix).

- `ndl()` - no-decompression limit for current model state in minutes, assuming constant depth and gas mix
- `ndl()` - no-decompression limit for current model state in minutes, assuming constant depth and gas mix. This method has a cut-off at 99 minutes

```rust
use dive_deco::{DecoModel, BuehlmannModel, BuehlmannConfig, Gas};
Expand Down

0 comments on commit 47a45a1

Please sign in to comment.