Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored May 5, 2022
1 parent d145d1b commit 11e86ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/gen_vx_mask/gen_vx_mask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ void apply_poly_mask(DataPlane & dp) {
bool inside;
double lat, lon;

// Check the Lat/Lon of grid point being inside the polyline
// Check the Lat/Lon of each grid point being inside the polyline
for(x=0,n_in=0; x<grid.nx(); x++) {
for(y=0; y<grid.ny(); y++) {

Expand Down

0 comments on commit 11e86ce

Please sign in to comment.