Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Dec 13, 2024
1 parent 78ca751 commit ae00a5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/math_tools/partial_derivatives.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ class PartialDerivative

m_fieldx1_builder(fieldx1_coefs, get_const_field(field_x1x2));
m_fieldx1_evaluator.deriv(dfield_dx1_x1x2, get_const_field(fieldx1_coefs));

return dfield_dx1_x1x2;
}
};
};

0 comments on commit ae00a5d

Please sign in to comment.