summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-28 09:53:29 -0500
committerMartin Miller2017-03-28 09:53:29 -0500
commit9533fbcda07254b65a53a9109555662d9a09086c (patch)
tree7a7c246241ffc856ea47fc6b35f63d2734aa21f0 /src/main.h
parente0734384252675e2a37f4d9287184cc48ab68b05 (diff)
downloadrefslam-9533fbcda07254b65a53a9109555662d9a09086c.zip
refslam-9533fbcda07254b65a53a9109555662d9a09086c.tar.gz
update
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 0746a99..a78bab0 100644
--- a/src/main.h
+++ b/src/main.h
@@ -30,4 +30,5 @@ void imuCallback(const message &msg, State &mu, const Quaterniond &q, const time
void pvaCallback(const message &msg, Matrix<double,9,1> &X, Quaterniond &q);
void utmCallback(const message &msg, State &mu, const Quaterniond &q);
+
#endif /* ----- #ifndef main_INC ----- */