diff --git a/src/min_fire.cpp b/src/min_fire.cpp index fd72eac2e6..5ea3d53cb3 100644 --- a/src/min_fire.cpp +++ b/src/min_fire.cpp @@ -77,8 +77,8 @@ void MinFire::setup_style() if (comm->me == 0 && logfile) { fprintf(logfile," Parameters for fire: \n" " dmax delaystep dtgrow dtshrink alpha0 alphashrink tmax tmin " - " integrator halfstepback relaxbox relaxbox_mod relaxbox_rate ptol \n" - " %4g %9i %6g %8g %6g %11g %4g %4g %13s %12s \n", + " integrator halfstepback \n" + " %4g %9i %6g %8g %6g %11g \n", dmax, delaystep, dtgrow, dtshrink, alpha0, alphashrink, tmax, tmin, s1[integrator], s2[halfstepback_flag]); }