https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8c15f026f38a3698338b78f5cfa36e3ca6cf3a5b authored by Wenqing Wang on 10 August 2021, 13:32:22 UTC
[TM] Compute eps only if norm(u) is non-zero
Tip revision: 8c15f02
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