Remove compile order check
Compare changes
+ 1
− 5
@@ -55,11 +55,7 @@
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.