mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use abbreviations with dots.
This commit is contained in:
parent
bdb83fd9b5
commit
dcf2542215
18 changed files with 31 additions and 31 deletions
|
|
@ -43,7 +43,7 @@ struct buehlmann_config {
|
|||
double gf_high; //! gradient factor high (at surface).
|
||||
double gf_low; //! gradient factor low (at bottom/start of deco calculation).
|
||||
double gf_low_position_min; //! gf_low_position below surface_min_shallow.
|
||||
bool gf_low_at_maxdepth; //! if true, gf_low applies at max depth instead of at deepest ceiling.
|
||||
bool gf_low_at_maxdepth; //! if true, gf_low applies at max. depth instead of at deepest ceiling.
|
||||
};
|
||||
|
||||
struct buehlmann_config buehlmann_config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue