Merge branch 'master' into reconnection
This commit is contained in:
commit
8f5aa15c24
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user