summaryrefslogtreecommitdiff
path: root/src/body.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/body.h')
-rw-r--r--src/body.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.h b/src/body.h
index 4bb9013..bdf8c28 100644
--- a/src/body.h
+++ b/src/body.h
@@ -27,7 +27,7 @@ class Body
/* ==================== MUTATORS ======================================= */
void accelerometer_bias( const Vector3d &b);
void pos( const UTM &utm);
- void update(const Matrix<double,9,1> &dx);
+ void dx( const Matrix<double,9,1> &del);
void vel(const Matrix<double,3,1> &v);
/* ==================== OPERATORS ======================================= */