Merge branch 'fix/serialization_warnings' of bitbucket.org:gtborg/gtsam into fix/serialization_warnings

release/4.3a0
Thomas Schneider 2015-04-09 13:42:24 +02:00
commit ff504807d8
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public:
// log and exp map without Jacobians // log and exp map without Jacobians
g = traits<T>::Expmap(v); g = traits<T>::Expmap(v);
v = traits<T>::Logmap(g); v = traits<T>::Logmap(g);
// log and expnential map with Jacobians // log and exponential map with Jacobians
g = traits<T>::Expmap(v, Hg); g = traits<T>::Expmap(v, Hg);
v = traits<T>::Logmap(g, Hg); v = traits<T>::Logmap(g, Hg);
} }