Skip to content

Commit

Permalink
Update src/arkode/arkode_lsrkstep.c
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 Sep 11, 2024
1 parent bdef9ba commit 1e4e9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arkode/arkode_lsrkstep.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ int lsrkStep_Init(ARKodeMem ark_mem, int init_type)
ark_mem->e_data = ark_mem;
}

/* Retrieve/store method and embedding orders now that table is finalized */
/* Store method and embedding orders now that LSRK method choice is finalized */
step_mem->q = ark_mem->hadapt_mem->q = 2;
step_mem->p = ark_mem->hadapt_mem->p = 2;

Expand Down

0 comments on commit 1e4e9be

Please sign in to comment.