Skip to content

Commit

Permalink
ENH: add actnum criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Oct 14, 2024
1 parent 1f3bc19 commit f208649
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/src/regsurf/sample_grid3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,11 @@ sample_grid3d_layer(const size_t ncol,
logger.debug("Looping 3D GRID cell NCOLROW and NROW is", ncolgrid3d, nrowgrid3d);
for (size_t icell = 0; icell < ncolgrid3d; icell++) {
for (size_t jcell = 0; jcell < nrowgrid3d; jcell++) {
<<<<<<< HEAD

// Check if the cell is active
if (activeonly == 1 & actnumsv.at(icell, jcell, klayer) == 0) {
continue;
}
=======
>>>>>>> 05a56c32 (ENH: rewrite/improve surface_from_grid3d function)
// Get cell corners
auto corners =
grid3d::cell_corners(icell, jcell, klayer, ncolgrid3d, nrowgrid3d,
Expand Down

0 comments on commit f208649

Please sign in to comment.