Skip to content

Commit

Permalink
upgrade to new TS interface
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 23, 2018
1 parent ce953cd commit a484dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementations/Java/ThunderSTORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.imod.io</groupId>
<artifactId>SMLM_ThunderSTORM</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-TS-dev-2016-09-10-b1</version>

<name>SMLM ThunderSTORM</name>
<description>SMLM file plugin for ThunderSTORM.</description>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>cz.cuni.lf1.lge</groupId>
<artifactId>ThunderSTORM</artifactId>
<version>dev-2017-01-28-b1</version>
<version>dev-2016-09-10-b1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void importFromFile(String fp, GenericTable table, int startingFrame) thr
}

@Override
public void exportToFile(String fp, GenericTable table, List<String> columns) throws IOException {
public void exportToFile(String fp, int floatPrecision, GenericTable table, List<String> columns) throws IOException {
assert(table != null);
assert(fp != null);
assert(!fp.isEmpty());
Expand Down

0 comments on commit a484dcd

Please sign in to comment.