Revision ca6f4a7dd06c2d6807e490b532653ec12e874f1e authored by Johannes Boog on 10 December 2020, 12:57:14 UTC, committed by Johannes Boog on 10 December 2020, 12:57:14 UTC
[web] update latex formulars in benchmark docs

See merge request ogs/ogs!3315
2 parent s cedc4d5 + 4db140d
Raw File
TestInfo.h
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2020, 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