screen-api/src/main/java/com/moral/api/service/impl/HistoryFiveMinutelyServiceImpl.java | ●●●●● patch | view | raw | blame | history |
screen-api/src/main/java/com/moral/api/service/impl/HistoryFiveMinutelyServiceImpl.java
@@ -384,9 +384,9 @@ int nx = (int) Math.floor((lo2 - lo1) / dx); int ny = (int) Math.floor((la1 - la2) / dy); List<Double> uList = new ArrayList<>(); List<Double> vList = new ArrayList<>(); int nums = Objects.nonNull(nx*ny)?nx*ny+100:100; List<Double> uList = new ArrayList<>(nums); List<Double> vList = new ArrayList<>(nums); int x; int y;