Skip to content

Commit

Permalink
Fixed #2274 (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
clyne authored Apr 14, 2020
1 parent bf69e4c commit 76a878a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vdc/DCMPAS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ int DCMPAS::_readRegionEdgeVariable(
size_t vidx1 = edgesOnVertex[i*vertexDegree + 1] - 1;
size_t vidx2 = edgesOnVertex[i*vertexDegree + 2] - 1;

region[ii] =
region[j*(max[0]-min[0]+1)+ii] =
edgeVariable[j*dims[0] + vidx0] * wgt +
edgeVariable[j*dims[0] + vidx1] * wgt +
edgeVariable[j*dims[0] + vidx2] * wgt;
Expand Down

0 comments on commit 76a878a

Please sign in to comment.