index
:
opendeco.git
develop
main
Buhlmann ZH-L16 with Gradient Factors
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
deco.c
Age
Commit message (
Expand
)
Author
2023-08-21
Split unit conversion functions out from deco.c
develop
Tim Segers
2023-08-21
Split gas functions out from deco.c
Tim Segers
2023-08-21
Remove END limit from MOD calculation
Tim Segers
2023-08-21
Move LAST_STOP_AT_SIX variable from deco.c to schedule.c
Tim Segers
2023-01-28
Track depth, runtime, and gas in decostate_t
Tim Segers
2023-01-07
Add support for imperial units
Tim Segers
2022-10-22
Remove const qualifier from non-pointer parameters
Tim Segers
2022-10-19
Ascend along fixed stops instead of along rounded ceiling
Tim Segers
2022-10-16
Make LAST_STOP_AT_SIX actually set the last stop to 6m
Tim Segers
2022-10-14
Add requirement that GF Low not be greater than GF High
Tim Segers
2022-10-14
Tether GF to first and last stop instead of first stop and surface
Tim Segers
2022-10-12
Add option to perform last deco stop at 6m instead of 3m
Tim Segers
2022-10-12
Define global defaults explicitly in header
Tim Segers
2022-10-11
Fix uninitialized decostate_t value and free gas list explicitly
Tim Segers
2022-10-11
Make various constants configurable
Tim Segers
2022-10-10
Move sources into src
Tim Segers