INTERPOLATIONS: Improve printed methods formatting.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2013-12-12 13:52:05 -02:00
parent 0dc7b24c43
commit 03ca542dfd

View File

@ -155,9 +155,9 @@ module interpolations
!
if (verbose) then
write (*,"(4x,a,1x,a)" ) "reconstruction =", trim(name_rec)
write (*,"(4x,a,1x,a)" ) "limiter =", trim(name_lim)
write (*,"(4x,a,1x,a)" ) "fix positivity =", trim(positivity_fix)
write (*,"(4x,a14,9x,'=',1x,a)") "reconstruction", trim(name_rec)
write (*,"(4x,a14,9x,'=',1x,a)") "limiter ", trim(name_lim)
write (*,"(4x,a14,9x,'=',1x,a)") "fix positivity", trim(positivity_fix)
end if