diff --git a/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 b/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 index c876c63fb7..265318f3dc 100644 --- a/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 @@ -321,8 +321,8 @@ program main print *, ' ' print *, 'Finished initialization, starting time steps' print *, ' ' - print *, ' t max.norm(u) | lnst' - print *, ' ------------------------------------------' + print *, ' t max.norm(u) | lnst' + print *, ' ------------------------------' unorm = maxval(abs(u)) print '(2x,f6.2,2x,es14.6,2x,i5)', tcur, unorm, lnst @@ -351,7 +351,7 @@ program main tout = tout + dtout end do - print *, ' ------------------------------------------' + print *, ' ------------------------------' ! diagnostics output call CVodeStats(cvode_mem) diff --git a/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.out b/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.out index e23a0ac7fc..394f23ec6f 100644 --- a/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.out +++ b/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.out @@ -4,8 +4,8 @@ Finished initialization, starting time steps - t max.norm(u) | lnst - ------------------------------------------ + t max.norm(u) | lnst + ------------------------------ 0.00 8.954716E+01 0 0.10 4.132889E+00 85 0.20 1.039294E+00 103 @@ -17,7 +17,7 @@ 0.80 6.953434E-04 137 0.90 2.115983E-04 140 1.00 6.556853E-05 142 - ------------------------------------------ + ------------------------------ General Solver Stats: Total internal steps taken = 142