Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Oct 4, 2024
1 parent dee9cd7 commit 77cd96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arkode/F2003_parallel/ark_diag_non_f2003.f90
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ program driver
call MPI_Abort(comm, 1, ierr)
end if

retval = FARKodepGetNumRhsEvals(arkode_mem, 0, nfe)
retval = FARKodeGetNumRhsEvals(arkode_mem, 0, nfe)
if (retval /= 0) then
print *, "Error: FARKodeGetNumRhsEvals returned ", retval
call MPI_Abort(comm, 1, ierr)
Expand Down

0 comments on commit 77cd96e

Please sign in to comment.