Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Sep 13, 2021
1 parent eab7835 commit bb1227d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fracturedensity/FractureDensity.cc
Expand Up @@ -338,8 +338,6 @@ void FractureDensity::update(double dt,
double fdnew = 0.0;
if (borstad_limit) {
if (geometry.ice_thickness(i, j) > minH) {
double softness = pow(hardness(i, j), -glen_exponent);

// mean parameters from paper
double t0 = initThreshold;
double kappa = 2.8;
Expand Down

0 comments on commit bb1227d

Please sign in to comment.