Skip to content

Commit

Permalink
removed wrong bounding box method from boundary example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBEllis committed Sep 9, 2024
1 parent 867f064 commit d13ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/boundary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main(int argc, const char **argv) {
break;

case inputFlags::BoundaryType::BOUNDING_BOX:
boundMeshGen.addCoilBoundingBoxBoundary(flags.scale_factor_x, flags.scale_factor_y, flags.scale_factor_z, flags.boundSubd.value(),
boundMeshGen.addBoundingBoxBoundary(flags.scale_factor_x, flags.scale_factor_y, flags.scale_factor_z, flags.boundSubd.value(),
flags.triSettings);
break;

Expand Down

0 comments on commit d13ea25

Please sign in to comment.