Skip to content

Commit

Permalink
fixes #1634
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Nov 1, 2024
1 parent 001bdfb commit ac993dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3467,7 +3467,7 @@ bool SpatRaster::compare_origin(std::vector<double> x, double tol) {



bool write_part(SpatRaster& out, SpatRaster& r, const double& hxr, size_t& nl, bool notfirstlyr, bool warn, SpatOptions &opt) {
bool write_part(SpatRaster& out, SpatRaster& r, const double& hxr, size_t& nl, bool notfirstlyr, bool &warn, SpatOptions &opt) {
BlockSize bs = r.getBlockSize(opt);
if (!r.readStart()) {
out.setError(r.getError());
Expand Down

0 comments on commit ac993dd

Please sign in to comment.