Skip to content

Commit

Permalink
Merge pull request #3194 from Phergus/updateUVTTimport
Browse files Browse the repository at this point in the history
Update UVTT import
  • Loading branch information
Phergus authored Nov 20, 2021
2 parents dd50ec0 + eb191d5 commit 84c955f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public void importVTT() throws IOException {
Area vblArea = new Area(getVBLPath(v.getAsJsonArray(), pixelsPerCell));
if (finalDo_transform) vblArea.transform(at);
zone.addTopology(vblArea, Zone.TopologyType.HILL_VBL);
zone.addTopology(vblArea, Zone.TopologyType.PIT_VBL);
});
}

Expand Down

0 comments on commit 84c955f

Please sign in to comment.