diff options
author | John Van Ostrand <john@vanostrand.com> | 2014-10-29 11:14:44 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-29 09:05:15 -0700 |
commit | 3b5781508cba30673bbabac2ef93c2632f4872fb (patch) | |
tree | 068f5e28bb050ab48b15b86f4ec6f3dab63db8c1 /subsurface.pro | |
parent | 4d9c30d42450077ac569c9e9e4d8690a2d38ff68 (diff) | |
download | subsurface-3b5781508cba30673bbabac2ef93c2632f4872fb.tar.gz |
Eliminate packed struct for Cochran
Removed the packed struct and replaced with byte offsets.
Fixed salinity for EMC.
Added start temp for CMDR and Gemini.
[Dirk Hohndel: whitespace cleanup]
Signed-off-by: John Van Ostrand <john@vanostrand.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subsurface.pro b/subsurface.pro index 53f7f4b6b..ce7d341ce 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -21,8 +21,7 @@ QMAKE_CLEAN += $$TARGET VERSION = 4.2 HEADERS = \ - cochran_cmdr.h \ - cochran_emc.h \ + cochran.h \ color.h \ deco.h \ device.h \ |