Skip to content
Snippets Groups Projects
HydroMechanicsProcess.cpp 539 B
Newer Older
/**
 * \copyright
 * Copyright (c) 2012-2016, 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 "HydroMechanicsProcess-fwd.h"
#include "HydroMechanicsProcess.h"

namespace ProcessLib
{
namespace HydroMechanics
{

template class HydroMechanicsProcess<2>;
template class HydroMechanicsProcess<3>;

}   // namespace HydroMechanics
}   // namespace ProcessLib