From a484dcd5de79e25a04ff0d93ae1866e183bc216f Mon Sep 17 00:00:00 2001 From: oeway Date: Thu, 23 Aug 2018 10:40:22 +0200 Subject: [PATCH] upgrade to new TS interface --- implementations/Java/ThunderSTORM/pom.xml | 4 ++-- .../src/main/java/org/imod/io/SmlmThunderSTORM.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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());