conservation-laws / ryujin

High-performance high-order finite element solver for hyperbolic conservation equations
https://conservation-laws.org
Other
103 stars 25 forks source link

Fix GridOut usage when `.NOT. DEAL_II_GMSH_WITH_API` #147

Closed harmonj closed 2 months ago

harmonj commented 2 months ago

Removes the extra overloaded call to write_msh which only exists if DEAL_II_GMSH_WITH_API is true

ejtovar commented 2 months ago

@harmonj Thanks!