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 JSON config files to use "target" instead of "key" for subscriptions #99

Open trevorhardy opened 8 months ago

trevorhardy commented 8 months ago

The concept of a subscription or input "key" has been deprecated but the use of the that keyword in the JSON configs is still honored. The JSON configs should be updated, replacing "key" with "target" for subscriptions.