Revision a21dc49b07cd7aa7a104160bdd4fe79b2056fd0e authored by Wenqing Wang on 27 January 2021, 15:46:29 UTC, committed by Wenqing Wang on 02 February 2021, 09:18:06 UTC
  which is subtracted from RelPermBrooksCore
1 parent 8accd9f
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