From dbdcc96dfd49526504f1bed529fea8125d46b5dc Mon Sep 17 00:00:00 2001
From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz>
Date: Tue, 29 Mar 2016 07:19:37 +0200
Subject: [PATCH] Fixing velocity and pressure getter.

---
 examples/inviscid-flow/1d/EulerPressureGetter.h | 1 -
 examples/inviscid-flow/1d/EulerVelGetter.h      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/examples/inviscid-flow/1d/EulerPressureGetter.h b/examples/inviscid-flow/1d/EulerPressureGetter.h
index 7743b96876..8a05ed9cf4 100644
--- a/examples/inviscid-flow/1d/EulerPressureGetter.h
+++ b/examples/inviscid-flow/1d/EulerPressureGetter.h
@@ -36,7 +36,6 @@ class EulerPressureGetter
          return this->operator[]( entity.getIndex() );
       }
       
-      template< typename MeshEntity >
       __cuda_callable__
       Real operator[]( const IndexType& idx ) const
       {
diff --git a/examples/inviscid-flow/1d/EulerVelGetter.h b/examples/inviscid-flow/1d/EulerVelGetter.h
index 7abb577da7..8a838627e8 100644
--- a/examples/inviscid-flow/1d/EulerVelGetter.h
+++ b/examples/inviscid-flow/1d/EulerVelGetter.h
@@ -33,7 +33,6 @@ class EulerVelGetter
          return this->operator[]( entity.getIndex() );
       }
       
-      template< typename MeshEntity >
       __cuda_callable__
       Real operator[]( const IndexType& idx ) const
       {
-- 
GitLab