[sequential] remove all calls to the deprecated `*_PARAM*` macros
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