Skip to content

Remove compile order check

Max Lyon requested to merge remove_compile_order_check into master

MeshIO.hh enforces that MeshIO.hh is included before any mesh type is included. I don't know why that is. I removed that check and in the unittests I included MeshIO.hh after the mesh types. Everything seems to work fine.

Merge request reports