From 0663fb75c6bc42ccd093bed66820e92541ed419c Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Sun, 28 Jan 2018 11:45:53 -0500 Subject: Add define for FEATUREMAP This will print the feature information in the unicsv so that the mapper Makefile can create a feature map. --- src/body.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/body.h') diff --git a/src/body.h b/src/body.h index 6675d5c..5080d91 100644 --- a/src/body.h +++ b/src/body.h @@ -74,7 +74,7 @@ class Body Matrix skewSymmetric(const Vector3d &x); Matrix omega(const Vector3d &x); Matrix qomega(const Quaterniond &q); - void unicsv(); + void unicsv(const double time); protected: /* ==================== METHODS ======================================= */ -- cgit v1.1