Hello,
I would like to use mMS for my simulations, and I encountered the same issues as another posted question in this forum (
https://opencarp.org/q2a/445). I folllowed the answer proposed by Axel Loewe, modifying the upper and lower bounds of V. However, when running make_dynamic_model.sh, I run into the following error:
/openCARP/physics/limpet/models/MitchellSchaeffer_dyn.cc:186:5: error: ‘LIMPET_CALLOC’ was not declared in this scope
186 | LIMPET_CALLOC(IF->sv_tab.y,1,sizeof(MitchellSchaeffer_state));
I get 3 output files: MitchellSchaeffer.cc, MitchellSchaeffer.h, and MitchellSchaeffer_dyn.cc, but not the .so, which is what I would need to run the modified model (from what I understood from the limpet example).
Thank you very much!
Paula