GMLC-TDC / HELICS-Examples

Examples for using HELICS with a variety of the supported programming languages
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Update examples to use `helicsFederateDestroy(fed)` #83

Closed trevorhardy closed 1 year ago

trevorhardy commented 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).

The examples should be updated to reflect the new API best practice.

trevorhardy commented 1 year ago

Fixed in 1a73bfa