Removed unnecessary return statement
This commit is contained in:
parent
56e9b6d64e
commit
652c473b3d
1 changed files with 0 additions and 2 deletions
|
@ -561,8 +561,6 @@ void GGIInterpolation<MasterPatch, SlavePatch>::findNeighboursBBOctree
|
|||
{
|
||||
result[i].transfer(candidateMasterNeighbors[i].shrink());
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue