Skip to content

Commit

Permalink
last one maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEJansen committed Oct 11, 2023
1 parent 28c2e84 commit 1f9a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fluids/qfunctions/newtonian_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ CEED_QFUNCTION_HELPER void Vorticity(const State grad_s[3], CeedScalar vorticity
Curl3(grad_velocity, vorticity);
}

CEED_QFUNCTION_HELPER void StatePhysicalGradientFromReference(CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, StateVariable state_var,
CEED_QFUNCTION_HELPER void StatePhysicalGradientFromReference(CeedInt Q, CeedInt i, NewtonianIdealGasContext gas, State s, StateVariable state_var,
const CeedScalar *grad_q, const CeedScalar dXdx[3][3], State grad_s[3]) {
for (CeedInt k = 0; k < 3; k++) {
CeedScalar dqi[5];
Expand Down

0 comments on commit 1f9a8b5

Please sign in to comment.