Merge pull request #476 from davidgyu/macbuildfix

Removed an unused local var from interpolate.cpp
This commit is contained in:
Takahito Tejima 2015-05-14 13:20:50 -07:00
commit 0bf78b5431

View File

@ -230,8 +230,6 @@ void Spline<BASIS>::GetPatchWeights(PatchParam::BitField bits,
Spline<BASIS>::GetWeights(s, point ? sWeights : 0, derivS ? dsWeights : 0);
Spline<BASIS>::GetWeights(t, point ? tWeights : 0, derivT ? dtWeights : 0);
int boundary = bits.GetBoundary();
if (point) {
// Compute the tensor product weight of the (s,t) basis function
// corresponding to each control vertex: