sstsimulator / sst-macro

SST Macro Element Library
http://sst-simulator.org/
Other
34 stars 41 forks source link

Remove `find_scoped_params` #631

Closed calewis closed 2 years ago

calewis commented 2 years ago

This call is deprecated in core and will be removed soon. We can replace it with

the new Params::get_scoped_params() function. As of SST 12, only a "." will be allowed as a scoping delimiter.

jpkenny commented 2 years ago

Resolved by PR #646