Skip to content

Commit

Permalink
Removed line that was causing build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Jul 18, 2024
1 parent bbf98c6 commit 116c653
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/arkode/arkode_lsrkstep_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int LSRKodeSetConstJac(void* arkode_mem)
}

/*---------------------------------------------------------------
LSRKodeSetSprRadFrequency sets SprRad computation frequency -
LSRKodeSetSprRadFrequency sets SprRad computation frequency -
Spectral Radius is recomputed after "nsteps" successful steps.
---------------------------------------------------------------*/
int LSRKodeSetSprRadFrequency(void* arkode_mem, int nsteps)
Expand Down Expand Up @@ -444,7 +444,6 @@ int lsrkStep_WriteParameters(ARKodeMem ark_mem, FILE* fp)

/* print integrator parameters to file */
fprintf(fp, "LSRKStep time step module parameters:\n");
fprintf(fp, " Method order %i\n", NULL);
fprintf(fp, "\n");

printf("\nlsrkStep_WriteParameters is not ready yet!\n");
Expand Down

0 comments on commit 116c653

Please sign in to comment.