The same issue raised by Patrick happened for me as well at line 1771. I compiled the new code, but the same error occurs in the following function mvn:: Matrix make_c_unkn_tags_matrix at line 1856. My error message:
Assertion failed: (c_ku >= -1.0), function operator(), file src/ssimp.cc, line 1856
I am trying to work around it with a similar command to handle c_ku if it is missing, but I wanted to bring it to your attention.
The same issue raised by Patrick happened for me as well at line 1771. I compiled the new code, but the same error occurs in the following function
mvn:: Matrix make_c_unkn_tags_matrixat line 1856. My error message:Assertion failed: (c_ku >= -1.0), function operator(), file src/ssimp.cc, line 1856I am trying to work around it with a similar command to handle
c_kuif it is missing, but I wanted to bring it to your attention.