Skip to content

Commit

Permalink
Pick correct face as outer face when visualising the output of the ge…
Browse files Browse the repository at this point in the history
…neralised fusenes generator.
  • Loading branch information
nvcleemp committed Apr 8, 2015
1 parent 83520a1 commit 40a774f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cage/generator/GeneralisedFusenesPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public GeneratorInfo getGeneratorInfo() {
List<String> genList = new ArrayList<>(), fileList = new ArrayList<>();

genList.add("ngons");
genList.add("-f");
genList.add("-p");
fileList.add("ngons");

Expand All @@ -154,7 +155,7 @@ public GeneratorInfo getGeneratorInfo() {
fileList.toArray(new String[fileList.size()]), "_");


embed2D = new String[][]{{"embed"}};
embed2D = new String[][]{{"embed", "-b1,2"}};
embed3D = new String[][]{{"embed", "-d3", "-f1,1,4"}};

ElementRule rule = new ValencyElementRule("H C C");
Expand Down

0 comments on commit 40a774f

Please sign in to comment.