From a5625ba2c3d86851683e03485ef50a186dde46c3 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Mon, 13 Feb 2017 19:10:26 +0100
Subject: [PATCH] [PL] SD: Put IntegrationPointData in namespace.

---
 ProcessLib/SmallDeformation/SmallDeformationFEM.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ProcessLib/SmallDeformation/SmallDeformationFEM.h b/ProcessLib/SmallDeformation/SmallDeformationFEM.h
index 15b3c62c71e..7f22b197a37 100644
--- a/ProcessLib/SmallDeformation/SmallDeformationFEM.h
+++ b/ProcessLib/SmallDeformation/SmallDeformationFEM.h
@@ -27,6 +27,11 @@
 
 #include "SmallDeformationProcessData.h"
 
+namespace ProcessLib
+{
+namespace SmallDeformation
+{
+
 template <typename BMatricesType, int DisplacementDim>
 struct IntegrationPointData final
 {
@@ -77,11 +82,6 @@ struct IntegrationPointData final
     }
 };
 
-namespace ProcessLib
-{
-namespace SmallDeformation
-{
-
 /// Used by for extrapolation of the integration point values. It is ordered
 /// (and stored) by integration points.
 template <typename ShapeMatrixType>
-- 
GitLab