Skip to content

Commit

Permalink
fixes duplicated export step
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Biasuzzi committed May 10, 2017
1 parent d755a40 commit 8184903
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public void run(CommandLine line) throws Exception {
EurostagFakeNodes fakeNodes = EurostagFakeNodes.build(network, exportConfig);
BranchParallelIndexes parallelIndexes = BranchParallelIndexes.build(network, exportConfig, fakeNodes);
EurostagDictionary dictionary = EurostagDictionary.create(network, parallelIndexes, exportConfig, fakeNodes);
new EurostagEchExport(network, exportConfig, parallelIndexes, dictionary, fakeNodes).write(outputDir.resolve("sim.ech"));

try (Writer writer = Files.newBufferedWriter(outputDir.resolve("sim.ech"), StandardCharsets.UTF_8)) {
EsgGeneralParameters parameters = new EsgGeneralParameters();
Expand Down

0 comments on commit 8184903

Please sign in to comment.