diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-03-19 08:22:51 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-03-19 09:56:48 -0700 |
commit | 8e43d2b8d2023f06e79b1a5b5bfc28bd79294925 (patch) | |
tree | 9a76f381cad875528b0bf0bb7c96fbc62fe1efef /core/profile.c | |
parent | c7bb67c5bef01772a9e52dddccfa5f02d91393ff (diff) | |
download | subsurface-8e43d2b8d2023f06e79b1a5b5bfc28bd79294925.tar.gz |
Misc: replace some FIXME comments
All these aren't actually things that need fixing, they are observations about
the code.
Given that LGTM.com reports FIXME comments as Alerts, let's change the ones
that aren't about things that need fixing to something more harmless.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/profile.c')
-rw-r--r-- | core/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/profile.c b/core/profile.c index eb78b5147..0d568a4fe 100644 --- a/core/profile.c +++ b/core/profile.c @@ -915,7 +915,7 @@ static void setup_gas_sensor_pressure(const struct dive *dive, const struct dive /* calculate DECO STOP / TTS / NDL */ static void calculate_ndl_tts(struct deco_state *ds, const struct dive *dive, struct plot_data *entry, struct gasmix gasmix, double surface_pressure,enum divemode_t divemode) { - /* FIXME: This should be configurable */ + /* should this be configurable? */ /* ascent speed up to first deco stop */ const int ascent_s_per_step = 1; const int ascent_s_per_deco_step = 1; |