Closed trevorhardy closed 1 year ago
The latest version of HELICS supports the use of helicsFederateDestroy(fed) instead of the combination of h.helicsFederateDisconnect(fed) followed by h.helicsFederateFree(fed).
helicsFederateDestroy(fed)
h.helicsFederateDisconnect(fed)
h.helicsFederateFree(fed)
The examples should be updated to reflect the new API best practice.
Fixed in 1a73bfa
The latest version of HELICS supports the use of
helicsFederateDestroy(fed)
instead of the combination ofh.helicsFederateDisconnect(fed)
followed byh.helicsFederateFree(fed)
.The examples should be updated to reflect the new API best practice.