Skip to content
Snippets Groups Projects
Commit 6beb7611 authored by Marco Agnese's avatar Marco Agnese
Browse files

[bugfix] make getRealImplementation public

parent 7a1ea87e
Branches
Tags
1 merge request!168Remove AlbertaGridEntityPointer
Pipeline #
......@@ -287,11 +287,10 @@ namespace Dune
typedef Alberta::HierarchyDofNumbering< dimension > DofNumbering;
typedef AlbertaGridLevelProvider< dimension > LevelProvider;
// forbid copying and assignment
AlbertaGrid ( const This & );
This &operator= ( const This & );
public:
AlbertaGrid ( const This & ) = delete;
This &operator= ( const This & ) = delete;
/** \brief create an empty grid */
AlbertaGrid ();
......@@ -536,9 +535,9 @@ namespace Dune
DUNE_DEPRECATED_MSG("Deprecated in Dune 3.0, use readGrid instead.")
readGridXdr ( const std::string &filename, ctype &time );
private:
using Base::getRealImplementation;
private:
typedef std::vector<int> ArrayType;
void setup ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment