Skip to content

Commit

Permalink
Update src/arkode/arkode_lsrkstep_impl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
maggul and drreynolds authored Jul 19, 2024
1 parent 64fc6a2 commit 40ae2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arkode/arkode_lsrkstep_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef struct ARKodeLSRKStepMemRec
long int sprnfe; /* num fe calls for spectral radius */
long int nsprupdates; /* num of spr computations */
long int stagemax; /* num of max stages taken */
long int stagemaxlimit; /* max allowed num of stages */
int stagemaxlimit; /* max allowed num of stages */
int nstsig; /* num of steps that successfully used spr; indicates spr update when 0; */

/* Spectral radius info */
Expand Down

0 comments on commit 40ae2de

Please sign in to comment.