Skip to content
Snippets Groups Projects
Commit 5b07e049 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] HM: Remove unnecessary HMProcess-fwd.h.

parent 2f09c98c
No related branches found
No related tags found
No related merge requests found
/**
* \copyright
* Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
#include "HydroMechanicsProcess.h"
extern template class ProcessLib::HydroMechanics::HydroMechanicsProcess<2>;
extern template class ProcessLib::HydroMechanics::HydroMechanicsProcess<3>;
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
*/ */
#include "HydroMechanicsProcess.h" #include "HydroMechanicsProcess.h"
#include "HydroMechanicsProcess-fwd.h"
namespace ProcessLib namespace ProcessLib
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment