Skip to content

Commit

Permalink
Added missing function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Jul 18, 2024
1 parent 2360881 commit bbf98c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arkode/arkode_lsrkstep_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ int lsrkStep_AccessStepMem(ARKodeMem ark_mem, const char* fname,
void lsrkStep_SprRadUpdateLogic(ARKodeMem ark_mem, ARKodeLSRKStepMem step_mem,
sunrealtype dsm);
sunbooleantype lsrkStep_CheckNVector(N_Vector tmpl);
int lsrkStep_ComputeNewSprRad(ARKodeMem ark_mem, ARKodeLSRKStepMem step_mem);

/*===============================================================
Reusable LSRKStep Error Messages
Expand Down

0 comments on commit bbf98c6

Please sign in to comment.