correct pointer
This commit is contained in:
parent
09f3b2063d
commit
e101b5cca8
|
@ -101,7 +101,7 @@ subroutine discretization_mesh_init(restart)
|
||||||
!--------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------
|
||||||
! read numerics parameter
|
! read numerics parameter
|
||||||
num_solver => config_numerics%get_dict('solver',defaultVal=emptyDict)
|
num_solver => config_numerics%get_dict('solver',defaultVal=emptyDict)
|
||||||
num_mesh => config_numerics%get_dict('mesh',defaultVal=emptyDict)
|
num_mesh => num_solver%get_dict('mesh',defaultVal=emptyDict)
|
||||||
p_i = num_mesh%get_asInt('p_i',defaultVal = 2)
|
p_i = num_mesh%get_asInt('p_i',defaultVal = 2)
|
||||||
|
|
||||||
#if (PETSC_VERSION_MAJOR==3 && PETSC_VERSION_MINOR>16)
|
#if (PETSC_VERSION_MAJOR==3 && PETSC_VERSION_MINOR>16)
|
||||||
|
|
Loading…
Reference in New Issue