https://gitlab.opengeosys.org/ogs/ogs.git
Revision b03567cfaa38c5fce42c557d077ee6ab46efdcb9 authored by renchao.lu on 23 June 2021, 20:19:53 UTC, committed by renchao.lu on 23 June 2021, 20:19:53 UTC
[PL/Stokes] add Stokes-Brinkman model

See merge request ogs/ogs!3668
2 parent s e77cf09 + 1fb2bab
Raw File
Tip revision: b03567cfaa38c5fce42c557d077ee6ab46efdcb9 authored by renchao.lu on 23 June 2021, 20:19:53 UTC
Merge branch 'Brinkman' into 'master'
Tip revision: b03567c
TestInfo.h
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include <string>

#include "testinfolib_export.h"

namespace TestInfoLib
{

namespace TestInfo
{
    extern TESTINFOLIB_EXPORT const std::string data_path;
}  // namespace
}  // namespace
back to top