Skip to content

Commit

Permalink
Update proj.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Apr 3, 2024
1 parent a8d05dd commit f11eb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Rcpp::CharacterVector CPL_get_data_dir(bool from_proj = false) {
#endif
}

Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) {
Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) { // #nocov start
return false;
}

Expand Down

0 comments on commit f11eb73

Please sign in to comment.