Skip to content

Commit

Permalink
actual last one
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU committed Jan 19, 2020
1 parent 07cfb20 commit 665df4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/include/sfheaders/df/sfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace df {
} else if ( dim == "XYZ" ) {
columns[ Z_COLUMN ] = true;
} else if ( dim == "XYM" ) {
columns[ M_COLUMN ] = true;
columns[ M_COLUMN ] = true; // #nocov
}

columns[ X_COLUMN ] = true;
Expand Down
2 changes: 1 addition & 1 deletion inst/include/sfheaders/sfc/point/sfc_point.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ namespace sfc {
for( i = 0; i < n_row; i++ ) {
Rcpp::IntegerVector this_point = im( i, Rcpp::_ );
if( sfheaders::utils::is_null_geometry( this_point, "POINT" ) ) {
n_empty++;
n_empty++; // #nocov
}
sfc[i] = sfheaders::sfg::sfg_point( this_point, cols );
}
Expand Down

0 comments on commit 665df4d

Please sign in to comment.