Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldouglas92 committed Nov 12, 2024
1 parent 62c62ab commit 585db19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/particle/property/cpo_bingham_average.cc
Original file line number Diff line number Diff line change
@@ -87,7 +87,6 @@ namespace aspect
std::vector<double> volume_fractions_grains(n_grains);
std::vector<Tensor<2,3>> rotation_matrices_grains(n_grains);

unsigned int p = 0;
for (auto &particle: particles)
{
ArrayView<double> data = particle.get_properties();
@@ -109,7 +108,6 @@ namespace aspect
data[this->data_position + mineral_i*18 + i*6 + j] = bingham_average[i][j];
}
}
++p;
}
}

0 comments on commit 585db19

Please sign in to comment.