Skip to content
Snippets Groups Projects
Commit dbdcc96d authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing velocity and pressure getter.

parent 4591fed4
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ class EulerPressureGetter ...@@ -36,7 +36,6 @@ class EulerPressureGetter
return this->operator[]( entity.getIndex() ); return this->operator[]( entity.getIndex() );
} }
template< typename MeshEntity >
__cuda_callable__ __cuda_callable__
Real operator[]( const IndexType& idx ) const Real operator[]( const IndexType& idx ) const
{ {
......
...@@ -33,7 +33,6 @@ class EulerVelGetter ...@@ -33,7 +33,6 @@ class EulerVelGetter
return this->operator[]( entity.getIndex() ); return this->operator[]( entity.getIndex() );
} }
template< typename MeshEntity >
__cuda_callable__ __cuda_callable__
Real operator[]( const IndexType& idx ) const Real operator[]( const IndexType& idx ) const
{ {
......
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