Revision 7982780c1c25a7702748e75021fe134e6a4ae4c6 authored by joergbuchwald on 12 November 2021, 08:29:21 UTC, committed by joergbuchwald on 12 November 2021, 08:29:21 UTC
[MathLib]  integration order 4 for tedrahedrals

See merge request ogs/ogs!3871
2 parent s a555a86 + a322618
Raw File
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