Skip to content
Snippets Groups Projects
Commit f46932f7 authored by LEGOLAS\lenz's avatar LEGOLAS\lenz
Browse files

frees memory in grid generator

parent ad511bbb
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,8 @@ HOSTDEVICE void GridImp::initalNodeToOutOfGrid(uint index)
HOST void GridImp::freeMemory()
{
gridStrategy->freeMemory(shared_from_this());
gridStrategy->freeFieldMemory(&field);
}
HOST GridImp::GridImp()
......
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