Skip to content

Commit

Permalink
ezw ezh sign
Browse files Browse the repository at this point in the history
  • Loading branch information
firepick1 committed Mar 18, 2016
1 parent 518fbe8 commit 0c1fe2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/mesh/MeshREST.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ var fs = require("fs");
}
});
var z01 = mesh.zPlaneHeight(0);
that.model.mmPerW = z01 / stats.calcProp(coreVertices, "dgcw").mean;
that.model.mmPerH = z01 / stats.calcProp(coreVertices, "dgch").mean;
that.model.mmPerW = -z01 / stats.calcProp(coreVertices, "dgcw").mean;
that.model.mmPerH = -z01 / stats.calcProp(coreVertices, "dgch").mean;
that.model.gcwMean = stats.calcProp(coreVertices, "gcw").mean;
that.model.gchMean = stats.calcProp(coreVertices, "gch").mean;
for (var i=data.length; i-- > 0; ) {
Expand Down

0 comments on commit 0c1fe2f

Please sign in to comment.