BUG: shape locations for outside points incorrect

This commit is contained in:
laurence
2013-04-20 21:46:56 +01:00
parent 963e659666
commit 5574bc333d

View File

@ -129,7 +129,7 @@ bool linearDistance::sizeLocations
shapePts.resize(1);
shapeSizes.resize(1);
shapePts[0] = pt - n*distance_;
shapePts[0] = pt + n*distance_;
shapeSizes[0] = distanceCellSize_;
}