Skip to content
Snippets Groups Projects
Commit 4d817e13 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing clang compilation

parent a507ba52
No related branches found
No related tags found
No related merge requests found
......@@ -628,7 +628,7 @@ public:
*/
bool is_equal_ng(ie_ghost<dim,T> & ig)
{
Box<dim,T> & bt;
Box<dim,T> bt;
if (getNEGhostBox() != ig.getNEGhostBox())
return false;
......
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