Skip to content

Commit 665df4d

Browse files
author
SymbolixAU
committed
actual last one
1 parent 07cfb20 commit 665df4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/include/sfheaders/df/sfg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace df {
7272
} else if ( dim == "XYZ" ) {
7373
columns[ Z_COLUMN ] = true;
7474
} else if ( dim == "XYM" ) {
75-
columns[ M_COLUMN ] = true;
75+
columns[ M_COLUMN ] = true; // #nocov
7676
}
7777

7878
columns[ X_COLUMN ] = true;

inst/include/sfheaders/sfc/point/sfc_point.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ namespace sfc {
129129
for( i = 0; i < n_row; i++ ) {
130130
Rcpp::IntegerVector this_point = im( i, Rcpp::_ );
131131
if( sfheaders::utils::is_null_geometry( this_point, "POINT" ) ) {
132-
n_empty++;
132+
n_empty++; // #nocov
133133
}
134134
sfc[i] = sfheaders::sfg::sfg_point( this_point, cols );
135135
}

0 commit comments

Comments
 (0)