Move Newton-related global parameter defaults into Newton
The Newton has a lot of global default parameters set in common/parameters.hh
. There seems to be no need for that because they can actually be set inside the Newton directly.
In fact we should probably get rid of all global defaults if somehow possible. That would mean parameters are only read once and accessed via other techniques in other places if needed. There might be some need for global defaults though...
Edited by Timo Koch