Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Feb 16, 2024
1 parent 61b2d0b commit bf81087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/world_builder/features/fault.cc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ namespace WorldBuilder
const AdditionalParameters additional_parameters = {max_fault_length,thickness_local};

// Check if we are inside the fault.
// Every distance from -thickness/2 to +thickness/2 is inside the fault.
// Every distance from -thickness/2 to +thickness/2 is inside the fault.
if (std::fabs(distance_from_plane) <= thickness_local * 0.5 &&
distance_along_plane > 0 &&
distance_along_plane <= max_fault_length)
Expand Down

0 comments on commit bf81087

Please sign in to comment.