Skip to content
Snippets Groups Projects
Commit 139d037a authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed undefined method from GridEntity

parent b8b7b082
No related branches found
No related tags found
No related merge requests found
......@@ -113,9 +113,6 @@ class GridEntity< Meshes::Grid< Dimensions, Real, Device, Index >, EntityDimensi
__cuda_callable__ inline
const EntityBasisType& getBasis() const;
__cuda_callable__ inline
EntityBasisType& getBasis();
__cuda_callable__ inline
void setBasis( const EntityBasisType& basis );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment