Skip to content
Snippets Groups Projects
Commit 5ac48ca2 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Fix build warning

parent 3606aa00
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -30,6 +30,7 @@ private:
public:
GridBuilderDouble(SPtr<Grid> grid) : LevelGridBuilder(Device(), ""), grid(grid){};
SPtr<Grid> getGrid(uint level) override{ return grid; };
std::shared_ptr<Grid> getGrid(int level, int box) override {return grid; };
};
......
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