Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Dec 12, 2023
1 parent 43a75f4 commit 71d061d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ GetFieldBoundaryAlgo::run(FieldHandle input, FieldHandle& output, MatrixHandle&
/// This algorithm was copy from the original dynamic compiled version
/// and was slightly adapted to work here:

imesh->begin(be);
imesh->end(ee);

for (imesh->begin(be); be != ee; ++be)
Expand Down Expand Up @@ -376,7 +375,6 @@ GetFieldBoundaryAlgo::run(FieldHandle input, FieldHandle& output) const
/// This algorithm was copy from the original dynamic compiled version
/// and was slightly adapted to work here:

imesh->begin(be);
imesh->end(ee);

for (imesh->begin(be); be != ee; ++be )
Expand Down

0 comments on commit 71d061d

Please sign in to comment.