Skip to content

Commit

Permalink
- WIP exporting multiple FMUs for distributed models.
Browse files Browse the repository at this point in the history
-  Addresses #79.
  • Loading branch information
bandurvp committed Nov 6, 2017
1 parent 991bc6b commit 85f1a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/fmu-import-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.2.11-SNAPSHOT</version>
</parent>
<properties>
<vdm2c.version>0.1.14</vdm2c.version>
<vdm2c.version>0.1.16</vdm2c.version>
</properties>

<groupId>org.overturetool.fmi.core</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public List<File> generate(File outputDir, PrintStream out, PrintStream err)

// Generate user specified classes
vdm2c.getCGenSettings().setUseGarbageCollection(true);

try {
GeneratedData data = vdm2c.generate(nodes);
vdm2c.genCSourceFiles(outputDir, data.getClasses());
Expand Down

0 comments on commit 85f1a94

Please sign in to comment.