diff --git a/implementations/Java/ThunderSTORM/pom.xml b/implementations/Java/ThunderSTORM/pom.xml
index 0500db1..22c0da1 100644
--- a/implementations/Java/ThunderSTORM/pom.xml
+++ b/implementations/Java/ThunderSTORM/pom.xml
@@ -30,7 +30,7 @@
org.imod.io
SMLM_ThunderSTORM
- 0.1.0-SNAPSHOT
+ 0.1.1-TS-dev-2016-09-10-b1
SMLM ThunderSTORM
SMLM file plugin for ThunderSTORM.
@@ -109,7 +109,7 @@
cz.cuni.lf1.lge
ThunderSTORM
- dev-2017-01-28-b1
+ dev-2016-09-10-b1
provided
diff --git a/implementations/Java/ThunderSTORM/src/main/java/org/imod/io/SmlmThunderSTORM.java b/implementations/Java/ThunderSTORM/src/main/java/org/imod/io/SmlmThunderSTORM.java
index 9ac8acc..8067a17 100755
--- a/implementations/Java/ThunderSTORM/src/main/java/org/imod/io/SmlmThunderSTORM.java
+++ b/implementations/Java/ThunderSTORM/src/main/java/org/imod/io/SmlmThunderSTORM.java
@@ -126,7 +126,7 @@ public void importFromFile(String fp, GenericTable table, int startingFrame) thr
}
@Override
- public void exportToFile(String fp, GenericTable table, List columns) throws IOException {
+ public void exportToFile(String fp, int floatPrecision, GenericTable table, List columns) throws IOException {
assert(table != null);
assert(fp != null);
assert(!fp.isEmpty());