amoeba icon indicating copy to clipboard operation
amoeba copied to clipboard

Minor: typo "clear_constrants"

Open dumblob opened this issue 7 years ago • 1 comments

There is a typo "clear_constrants" on lines with

  • AM_API void am_resetsolver (am_Solver *solver, int clear_constrants);
  • AM_API void am_resetsolver(am_Solver *solver, int clear_constrants) {
  • if (!clear_constrants) return;

dumblob avatar Mar 05 '17 09:03 dumblob

good catch! thanks, I will change this ASAP :)

starwing avatar Mar 10 '17 19:03 starwing