Skip to content
Snippets Groups Projects
Commit debb5ab9 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

[so3Linear : add missing field in serialization

parent f5c58f8a
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ namespace curves ...@@ -149,6 +149,7 @@ namespace curves
ar & boost::serialization::make_nvp("dim", dim_); ar & boost::serialization::make_nvp("dim", dim_);
ar & boost::serialization::make_nvp("init_rot", init_rot_); ar & boost::serialization::make_nvp("init_rot", init_rot_);
ar & boost::serialization::make_nvp("end_rot", end_rot_); ar & boost::serialization::make_nvp("end_rot", end_rot_);
ar & boost::serialization::make_nvp("angular_vel", angular_vel_);
ar & boost::serialization::make_nvp("T_min", T_min_); ar & boost::serialization::make_nvp("T_min", T_min_);
ar & boost::serialization::make_nvp("T_max", T_max_); ar & boost::serialization::make_nvp("T_max", T_max_);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment