Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Feb 6, 2023
1 parent f24822b commit 3435cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/funz/Telemac/TelemacIOPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public boolean accept(File pathname) {
lout.put("error","Could not find .cas file !");
return lout;
}
Map all = TelemacHelper.extractPOIfromCASRES(cas, pois);
Map<String, double[][]> all = TelemacHelper.extractPOIfromCASRES(cas, pois);
for (String k : all.keySet())
if (k.charAt(0)!='.') // ignore ".abc" output
lout.put(k, all.get(k));
Expand Down

0 comments on commit 3435cca

Please sign in to comment.