Skip to content

Commit

Permalink
improve formatting further
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed Mar 19, 2024
1 parent 170c111 commit 9956761
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ public static Map<String, PreparedGeometry> createGridFromNetwork(Network networ
* @param serviceAreaGeoms geometries that define the service area
* @return
*/
public static Map<String, PreparedGeometry> filterGridWithinServiceArea(Map<String, PreparedGeometry> grid,
List<PreparedGeometry> serviceAreaGeoms) {
public static Map<String, PreparedGeometry> filterGridWithinServiceArea(Map<String, PreparedGeometry> grid, List<PreparedGeometry> serviceAreaGeoms) {
log.info("total number of initial grid zones = " + grid.size());
log.info("searching for grid zones within the drt service area...");
Counter counter = new Counter("dealt with zone ");
Expand Down

0 comments on commit 9956761

Please sign in to comment.