Skip to content

Commit

Permalink
Merge pull request #267 from MFraters/small_cleanup_of_subducting_plate
Browse files Browse the repository at this point in the history
small cleanup of subducting plate
  • Loading branch information
MFraters authored Jun 15, 2021
2 parents 092c216 + be30c1d commit f3f977f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/features/subducting_plate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,6 @@ namespace WorldBuilder

if (abs(distance_from_plane) < INFINITY || (distance_along_plane) < INFINITY)
{
// We want to do both section (horizontal) and segment (vertical) interpolation.

// We want to do both section (horizontal) and segment (vertical) interpolation.
// first for thickness
const double thickness_up = slab_segment_thickness[current_section][current_segment][0]
Expand Down Expand Up @@ -578,7 +576,6 @@ namespace WorldBuilder
distance_along_plane <= max_slab_length)
{
// Inside the slab!

double composition_current_section = composition;
double composition_next_section = composition;

Expand Down Expand Up @@ -669,8 +666,6 @@ namespace WorldBuilder

if (abs(distance_from_plane) < INFINITY || (distance_along_plane) < INFINITY)
{
// We want to do both section (horizontal) and segment (vertical) interpolation.

// We want to do both section (horizontal) and segment (vertical) interpolation.
// first for thickness
const double thickness_up = slab_segment_thickness[current_section][current_segment][0]
Expand Down

0 comments on commit f3f977f

Please sign in to comment.