INTERPOLATIONS: Improve printed methods formatting.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
0dc7b24c43
commit
03ca542dfd
@ -155,9 +155,9 @@ module interpolations
|
|||||||
!
|
!
|
||||||
if (verbose) then
|
if (verbose) then
|
||||||
|
|
||||||
write (*,"(4x,a,1x,a)" ) "reconstruction =", trim(name_rec)
|
write (*,"(4x,a14,9x,'=',1x,a)") "reconstruction", trim(name_rec)
|
||||||
write (*,"(4x,a,1x,a)" ) "limiter =", trim(name_lim)
|
write (*,"(4x,a14,9x,'=',1x,a)") "limiter ", trim(name_lim)
|
||||||
write (*,"(4x,a,1x,a)" ) "fix positivity =", trim(positivity_fix)
|
write (*,"(4x,a14,9x,'=',1x,a)") "fix positivity", trim(positivity_fix)
|
||||||
|
|
||||||
end if
|
end if
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user