Use abbreviations with dots.

This commit is contained in:
Martin Měřinský 2017-03-06 13:27:39 +01:00 committed by Dirk Hohndel
parent bdb83fd9b5
commit dcf2542215
18 changed files with 31 additions and 31 deletions

View file

@ -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 = {