We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.5.3 Error message appears as "LCP internal error, s <= 0 (s=%.4f)"
in src/main/java/org/ode4j/ode/internal/ErrorHdl.java I tried a version 0.5.4 with
src/main/java/org/ode4j/ode/internal/ErrorHdl.java
public static void dDebug (int num, String msg, Object ... ap) { // va_list ap; // va_start (ap,msg); if (debug_function != null) { debug_function.call (num,msg,ap); } else { // changed here logger.debug("ODE INTERNAL ERROR " + num + ": " + String.format(msg, ap)); } // *((char *)0) = 0; ... commit SEGVicide //abort(); throw new RuntimeException("#"+num + ": " + String.format(msg, ap)); }
but the error message came out the same. Perhaps I am failing to install the package?
The text was updated successfully, but these errors were encountered:
Fixed with #138
Sorry, something went wrong.
No branches or pull requests
v0.5.3
Error message appears as "LCP internal error, s <= 0 (s=%.4f)"
in
src/main/java/org/ode4j/ode/internal/ErrorHdl.java
I tried a version 0.5.4 withbut the error message came out the same. Perhaps I am failing to install the package?
The text was updated successfully, but these errors were encountered: