Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldouglas92 committed Feb 29, 2024
1 parent e1a4885 commit 08b7abb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/world_builder/utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,6 @@ namespace WorldBuilder
const double ridge_drift_distance = abs(ridge_velocity) * time_of_ridge_migration; // m

double effective_age_shift = 0;
double trench_age_shift = 0;
if (subducting_velocity <= 0)
subducting_velocity = spreading_velocity;

Expand Down

0 comments on commit 08b7abb

Please sign in to comment.