https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 555ba276a0c4ccf142e365b7ab12a1498cf2a82f authored by Lars Bilke on 19 December 2016, 09:55:52 UTC
Use Jenkins pipeline library 1.0.0
Tip revision: 555ba27
SmallDeformationProcess.cpp
/**
 * \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 "SmallDeformationProcess-fwd.h"
#include "SmallDeformationProcess.h"

namespace ProcessLib
{
namespace SmallDeformation
{

template class SmallDeformationProcess<2>;
template class SmallDeformationProcess<3>;

}   // namespace SmallDeformation
}   // namespace ProcessLib
back to top