You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line auto g = math::Map<const math::Vector>(1, model->gravity(), &gres).replicate(samples); crashes. A unit test on this issue must be added. The update to Eigen 3.3.1 (see issue #55) might fix the problem. On the other hand, this problem may be related to the map of a const vector. Another unit test should be done but without the constness.
The text was updated successfully, but these errors were encountered:
The line
auto g = math::Map<const math::Vector>(1, model->gravity(), &gres).replicate(samples);
crashes. A unit test on this issue must be added. The update to Eigen 3.3.1 (see issue #55) might fix the problem. On the other hand, this problem may be related to the map of a const vector. Another unit test should be done but without the constness.The text was updated successfully, but these errors were encountered: