https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c7757ecb48fa6e9918bc4a888bf9936a282408a1 authored by Thomas Fischer on 19 May 2021, 14:08:23 UTC
[A/IO/Gmsh] Constify methods of GMSHPolygonTree.
Tip revision: c7757ec
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top