Revision b2ca0cee99c956928e1c26c03ef349a9374bf56a authored by Dmitry Yu. Naumov on 11 June 2021, 05:40:08 UTC, committed by Dmitry Yu. Naumov on 11 June 2021, 05:40:08 UTC
TH2M refactorings

See merge request ogs/ogs!3656
2 parent s 3adb271 + ce3e379
Raw File
TestInfo.cpp.in
/**
 * \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
 *
 */

#include "InfoLib/TestInfo.h"

namespace TestInfoLib
{

namespace TestInfo
{
    const std::string data_path("@Data_SOURCE_DIR@");
}
}
back to top