Removed unnecessary return statement
This commit is contained in:
parent
db2d2ff530
commit
9a9cfba0e8
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