Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Sep 10, 2024
1 parent 6f8b4d8 commit ed9694e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions applications/precipitateEvolution/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ customPDE<dim, degree>::postProcessedFields(
// --- Getting the values and derivatives of the model variables ---

// The concentration and its derivatives
scalarvalueType c = variable_list.get_scalar_value(0);
scalargradType cx = variable_list.get_scalar_gradient(0);
scalarvalueType c = variable_list.get_scalar_value(0);

// The first order parameter and its derivatives
scalarvalueType n1 = variable_list.get_scalar_value(1);
Expand Down

0 comments on commit ed9694e

Please sign in to comment.