Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed May 28, 2024
1 parent a405fa9 commit 67aa3a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ public void handleAddUnknownParam(String paramName, String value) {
squareGridParams = (SquareGridZoneSystemParams) getZoneSystemParams();
}
squareGridParams.cellSize = Double.parseDouble(value);
} else {
super.handleAddUnknownParam(paramName, value);
}
super.handleAddUnknownParam(paramName, value);
}

public ZoneSystemParams getZoneSystemParams() {
Expand Down

0 comments on commit 67aa3a2

Please sign in to comment.