Skip to content

Commit

Permalink
balanced #nocov
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed May 8, 2024
1 parent 20b3f0f commit 97a179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ Rcpp::NumericVector CPL_transform_bounds(Rcpp::NumericVector bb, Rcpp::List crs_
double xmin, ymin, xmax, ymax;
int success = ct->TransformBounds(bb[0], bb[1], bb[2], bb[3], &xmin, &ymin, &xmax, &ymax, densify_pts);
if (!success)
Rcpp::stop("transform_bounds(): failures encountered"); // #nocov end
Rcpp::stop("transform_bounds(): failures encountered"); // #nocov
Rcpp::NumericVector ret(4);
ret[0] = xmin;
ret[1] = ymin;
Expand Down

0 comments on commit 97a179a

Please sign in to comment.