Skip to content

Commit d3f95a7

Browse files
committed
SWE: fixed the double prototyping
1 parent 48e0b0f commit d3f95a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/fluids/shallow-water/sw_headers.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ PetscErrorCode FormRHSFunction_SW(TS ts, PetscReal t, Vec Q, Vec G,
202202
PetscErrorCode FormIFunction_SW(TS ts, PetscReal t, Vec Q, Vec Qdot,
203203
Vec F, void *userData);
204204

205-
// This forms the RHS of the IMEX ODE, given as F(t,Q,Q_t) = G(t,Q)
206-
PetscErrorCode FormRHSFunction_SW(TS ts, PetscReal t, Vec Q, Vec G,
207-
void *userData);
208-
209205
// -----------------------------------------------------------------------------
210206
// Jacobian setup and apply
211207
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)