https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 60f001ac6f22dbc680ba56b8cb30c5e533bf8597 authored by wenqing on 22 April 2021, 16:28:32 UTC
Merge branch 'MPL_vapour_general_latent_heat' into 'master'
Tip revision: 60f001a
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top