ParametersBase uniqueClone is not virtual
This started as something else but for now lets try to tackle
/** Virtual clone returning unique_ptr*/
std::unique_ptr<ParametersT<DIM, T, S>> uniqueClone() const;
This was never virtual
so it hides something (the comment also hiddes what it does) ...
somehow we were getting away with this.
Edited by Christos Anastopoulos