https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a20659ee2d283de2c822b11c95d8fcaae7c71345 authored by Tom Fischer on 07 October 2021, 15:25:58 UTC
Merge branch 'FixBugInHeatConductionProcess' into 'master'
Tip revision: a20659e
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top