OGS
MFront.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#include "MFront.h"
5
6namespace MaterialLib
7{
8namespace Solids
9{
10namespace MFront
11{
12template class MFront<2>;
13template class MFront<3>;
14} // namespace MFront
15} // namespace Solids
16} // namespace MaterialLib