https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b6863e4f4dc9efc9a6026c946a2ff69b617b685f authored by KeitaYoshioka on 26 October 2021, 10:06:53 UTC
PhaseField docu for energy split models.
Tip revision: b6863e4
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