Loading examples/inviscid-flow/1d/EulerPressureGetter.h +0 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ class EulerPressureGetter return this->operator[]( entity.getIndex() ); } template< typename MeshEntity > __cuda_callable__ Real operator[]( const IndexType& idx ) const { Loading examples/inviscid-flow/1d/EulerVelGetter.h +0 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,6 @@ class EulerVelGetter return this->operator[]( entity.getIndex() ); } template< typename MeshEntity > __cuda_callable__ Real operator[]( const IndexType& idx ) const { Loading Loading
examples/inviscid-flow/1d/EulerPressureGetter.h +0 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ class EulerPressureGetter return this->operator[]( entity.getIndex() ); } template< typename MeshEntity > __cuda_callable__ Real operator[]( const IndexType& idx ) const { Loading
examples/inviscid-flow/1d/EulerVelGetter.h +0 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,6 @@ class EulerVelGetter return this->operator[]( entity.getIndex() ); } template< typename MeshEntity > __cuda_callable__ Real operator[]( const IndexType& idx ) const { Loading