From 40ae2dec089118b25a6c11564c2b64d3279ef4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20A=C4=9Fg=C3=BCl?= <33010171+maggul@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:23:13 -0500 Subject: [PATCH] Update src/arkode/arkode_lsrkstep_impl.h Co-authored-by: Daniel R. Reynolds --- src/arkode/arkode_lsrkstep_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arkode/arkode_lsrkstep_impl.h b/src/arkode/arkode_lsrkstep_impl.h index 46c389a837..3b07f7e2d4 100644 --- a/src/arkode/arkode_lsrkstep_impl.h +++ b/src/arkode/arkode_lsrkstep_impl.h @@ -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 */