Revision 21a8f71230558b9e6e495c5eea9c3a0e35f5e346 authored by Dmitry Yu. Naumov on 29 November 2021, 16:03:37 UTC, committed by Dmitry Yu. Naumov on 29 November 2021, 16:03:37 UTC
[CL] Remove cation exchange and surface complexation exclusivity

Closes #3159

See merge request ogs/ogs!3903
2 parent s 7dd147e + 62e8ba6
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