From fb4b8328bfa5a8930b87ec8b7465b8032f4873c5 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Tue, 28 Mar 2017 10:06:47 -0500 Subject: move aboveWater () back to main --- src/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/types.h') 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 ----- */ -- cgit v1.1