https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 59c5250eec79eed89975490fe94e71b6429833fb authored by Wenqing Wang on 21 July 2021, 13:46:52 UTC
[XDMF] applied clang-format
Tip revision: 59c5250
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top