From f172db4323c271aa16b883f8a3c571614c53691c Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Mon, 27 Mar 2017 12:58:46 -0500 Subject: Change {State,Body}::enu() to pos() --- src/state.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/state.cpp') diff --git a/src/state.cpp b/src/state.cpp index 998be20..281d22e 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -33,13 +33,13 @@ State::vel ( const Matrix &v ) } /* ----- end of method State::vel ----- */ void -State::enu ( const UTM &utm ) +State::pos ( const UTM &utm ) { utm_c = utm.zone_c; utm_i = utm.zone_i; - body->enu(utm); + body->pos(utm); return ; -} /* ----- end of method State::enu ----- */ +} /* ----- end of method State::pos ----- */ /* *-------------------------------------------------------------------------------------- -- cgit v1.1