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
When I first tried to compile the affine modelling example under Manjaro Linux, I ran into another issue that seemed to be a typo, where line 57 seems to be missing the "extend" argument:
"hedra::point_spheres(bc, sphereRadius, sphereGreens, 10, false, sphereV, sphereT, sphereTC);"
After adding that argument, the compiler completes successfully. However the moment I press any mouse button aside from the left, the program crashes with this:
Program received signal SIGSEGV, Segmentation fault.
0x000055555585f613 in void Eigen::DenseCoeffsBase<Eigen::Matrix<double, 1, 3, 1, 1, 3>, 1>::copyCoeff<Eigen::CwiseUnaryOp<Eigen::internal::scalar_cast_op<float, double>, Eigen::Matrix<float, 1, 3, 1, 1, 3> const> >(long, Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_cast_op<float, double>, Eigen::Matrix<float, 1, 3, 1, 1, 3> const> > const&) ()
Thank you for bringing this into my attention. Please use the tutorial version (202) rather than the examples, which are deprecated and will disappear. The tutorial examples will always be operative---just checked this one and it's good (with VS2017). I promise to update the documentation soon. meanwhile, the readme.md does contain instruction on compiling the tutorials.
When I first tried to compile the affine modelling example under Manjaro Linux, I ran into another issue that seemed to be a typo, where line 57 seems to be missing the "extend" argument:
"hedra::point_spheres(bc, sphereRadius, sphereGreens, 10, false, sphereV, sphereT, sphereTC);"
After adding that argument, the compiler completes successfully. However the moment I press any mouse button aside from the left, the program crashes with this:
GDB's backtrace shows this:
...This happens whether or not I use true or false on that second boolean, so this might be unrelated to the compiler error...
The text was updated successfully, but these errors were encountered: