Merge branch 'master' into reconnection

This commit is contained in:
Grzegorz Kowal 2019-02-27 10:08:57 -03:00
commit 8f5aa15c24

View File

@ -287,8 +287,10 @@ module sources
call print_parameter(verbose, "viscosity" , viscosity )
if (magnetized) then
call print_parameter(verbose, "resistivity" , resistivity)
call print_parameter(verbose, "anomalous" , anomalous )
call print_parameter(verbose, "jcrit" , jcrit )
if (anomalous /= 0.0d+00) then
call print_parameter(verbose, "anomalous" , anomalous )
call print_parameter(verbose, "jcrit" , jcrit )
end if
call print_parameter(verbose, "glm source terms", glm_name )
end if