Skip to content

[sequential] remove all calls to the deprecated `*_PARAM*` macros

Bernd Flemisch requested to merge fix/remove-calls-to-param-macros into master

Replace all calls of *_PARAM* macros by corresponding calls to getParam. Remove the corresponding properties. If getParam is called more than once for one parameter, specify a default value in properties.hh. Otherwise, specify the default value in the call to getParam.

Edited by Bernd Flemisch

Merge request reports