Revision 1f6382808e5137e6931a707221baa32e746e20f5 authored by wenqing on 19 June 2023, 09:56:12 UTC, committed by wenqing on 19 June 2023, 09:56:12 UTC
[HM] Improvement of the fixed stress splitting approach in the staggered scheme

See merge request ogs/ogs!4578
2 parent s 17b8e97 + be61d8b
Raw File
TestInfo.h
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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