Skip to content
Snippets Groups Projects
Commit 54949c88 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/HT] Fwd-decl. of SurfaceFluxData in HTProcess.

parent 10804f0d
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,10 @@
#include "NumLib/DOF/DOFTableUtil.h"
#include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "ProcessLib/SurfaceFlux/SurfaceFluxData.h"
#include "ProcessLib/Utils/CreateLocalAssemblers.h"
#include "HTMaterialProperties.h"
#include "MonolithicHTFEM.h"
#include "StaggeredHTFEM.h"
......
......@@ -11,8 +11,6 @@
#include <array>
#include "NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h"
#include "ProcessLib/SurfaceFlux/SurfaceFluxData.h"
#include "ProcessLib/Process.h"
namespace NumLib
......@@ -22,6 +20,8 @@ class LocalToGlobalIndexMap;
namespace ProcessLib
{
struct SurfaceFluxData;
namespace HT
{
class HTLocalAssemblerInterface;
......
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