summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-28 10:06:47 -0500
committerMartin Miller2017-03-28 10:06:47 -0500
commitfb4b8328bfa5a8930b87ec8b7465b8032f4873c5 (patch)
treef1998951d3b9b10d2feec8423ebec1b85a184a48 /src/types.h
parent9533fbcda07254b65a53a9109555662d9a09086c (diff)
downloadrefslam-fb4b8328bfa5a8930b87ec8b7465b8032f4873c5.zip
refslam-fb4b8328bfa5a8930b87ec8b7465b8032f4873c5.tar.gz
move aboveWater
() back to main
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index f32dfea..c284d4a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -79,5 +79,4 @@ typedef struct {
velocity_t velocity;
covariance_t covariance;
} message;
-double aboveWater(const Quaterniond &q);
#endif /* ----- #ifndef types_INC ----- */