geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Remove unnecessary includes from particle interpolators #5914

Closed gassmoeller closed 2 weeks ago

gassmoeller commented 2 weeks ago

While thinking about #5880 (which is most likely caused by another reason) I noticed that a lot of the particle interpolator plugins include unnecessary header files. Most of these header have been necessary in the past, but were forgotten when the code was deleted or reworked. I also found one function declaration that is no longer implemented or used (it was moved in #5702)