https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: af9308c85e87dfdf02cecad8fa330d2f0b949209 authored by joergbuchwald on 30 July 2021, 09:59:54 UTC
Merge branch 'fix_specific_heat_capacity' into 'master'
Tip revision: af9308c
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