diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2014-08-25 10:03:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-25 13:54:48 -0700 |
commit | b1a92ccedf218f9c894f1d720a890373391bca93 (patch) | |
tree | 5a102745b8eeee75a5b8b78e89ce1cbbe23f0622 /gaspressures.h | |
parent | 0e91352e969bbd5afc9839c9f41e616f66bb3f35 (diff) | |
download | subsurface-b1a92ccedf218f9c894f1d720a890373391bca93.tar.gz |
Code cleanup: gaspressures.c
This patch does some cleaning up of code after the previous CCR
patch that extracted the contents of gaspressures.c form profile.c
1) Inapplicable #defines were removed
2) static function types were reinstated where practically possible.
3) comments at the start of the file were expanded a bit.
Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gaspressures.h')
-rw-r--r-- | gaspressures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gaspressures.h b/gaspressures.h index e48a32418..71fee341e 100644 --- a/gaspressures.h +++ b/gaspressures.h @@ -27,6 +27,7 @@ struct pr_interpolate_struct { int acc_pressure_time; }; + #ifdef __cplusplus } #endif |