Skip to content

Commit 6a8e96d

Browse files
committedMar 9, 2025·
p
1 parent d757530 commit 6a8e96d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎R/distance.R

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Version 1.0
44
# License GPL v3
55

6+
67
setMethod("buffer", signature(x="SpatRaster"),
78
function(x, width, background=0, filename="", ...) {
89
opt <- spatOptions(filename, ...)

‎src/arith.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "vecmath.h"
2323
#include <cmath>
2424

25-
#if defined(HAVE_TBB) // && !defined(__APPLE__)
25+
#if defined(HAVE_TBB) && !defined(__APPLE__)
2626
#include <tbb/parallel_for.h>
2727
#include <tbb/blocked_range.h>
2828
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.