Skip to content

Commit

Permalink
v1.14-0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet committed Dec 6, 2021
1 parent b116015 commit 4c36295
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 @@ -183,7 +183,7 @@ public boolean accept(File pathname) {

for (String k:lout.keySet()) { // simplify if possible to 1D arrays
if (lout.get(k) instanceof double[][])
lout.put(k,simplify((double[][])lout.get(k)));
lout.put(k,simplify((double[][])lout.get(k)));
}

return lout;
Expand Down

0 comments on commit 4c36295

Please sign in to comment.