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

add missing include #5952

Closed tjhei closed 2 days ago

tjhei commented 2 days ago

clang complains:

/__w/aspect/aspect/source/particle/interface.cc:29:30: error: use of undeclared identifier 'numbers'; did you mean 'Plugins::numbers'? [clang-diagnostic-error]

see https://github.com/geodynamics/aspect/actions/runs/9691837223/job/26744048720#step:4:215