Skip to content

Commit

Permalink
Two more methods needed to be updated (simulation input writes and
Browse files Browse the repository at this point in the history
nested objects) to ensure all numeric field data is float or double.
  • Loading branch information
ericstephan committed Apr 19, 2021
1 parent 7ef7b54 commit 22d7c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ private Point.Builder processNestedObject (JSONObject iObject, String key, Point
//
// }




if (iObject.get(iokey) instanceof String) {
Expand Down

0 comments on commit 22d7c74

Please sign in to comment.