BUG: Was never calculating the patch-patch points.

This commit is contained in:
mattijs
2010-04-13 11:27:11 +01:00
parent 130dfe7dc6
commit 089e593907

View File

@ -620,6 +620,7 @@ volPointInterpolation::~volPointInterpolation()
void volPointInterpolation::updateMesh()
{
makeWeights();
makePatchPatchAddressing();
}