Remove deprecated get/setdata from fields#642
Conversation
|
Are there any other deprecated routines that we can remove at this point (e.g. |
|
Other deprecated stuff can probably just go too. |
|
I think I'm probably the only one who uses addToRestart, for feedback controller stuff in SD1D and Hermes. I deprecated the function, but can't quite remember what it's supposed to be replaced by... I think it's a public function so that Solver can call it. What's deprecated is users calling Solver->addToRestart, since restart files are now in PhysicsModel not in Solver. Perhaps addToRestart could be removed from Solver, and the PhysicsModel function made protected |
|
Isn't this PR duplicated in #643 now? |
|
|
This is just removal of functions that have been marked deprecated since 4.0, which was more than six months ago now. That should be plenty of time for people to remove them from their code. Removing marked deprecated functions I think counts as cleaning/tidying :) |
Remove the get/setData functions that were deprecated in 4.0