https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2b3a65a475201574ca4683a063d08df06a5ec0e0 authored by Norbert Grunwald on 22 April 2021, 10:55:35 UTC
Merge branch 'vapour_pressure' into 'master'
Tip revision: 2b3a65a
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top