last version contains buggy mesh.f90; corrected typo in initialization
This commit is contained in:
parent
366ac28694
commit
3c53f3ec9a
|
@ -537,7 +537,7 @@ subroutine mesh_build_subNodeCoords
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
integer(pInt) e,t,n,p,Nparents
|
integer(pInt) e,t,n,p,Nparents
|
||||||
real(pReal), dimension(3,mesh_maxNnodes+mesh_maxNsubNodes) mySubNodeCoord
|
real(pReal), dimension(3,mesh_maxNnodes+mesh_maxNsubNodes) :: mySubNodeCoord
|
||||||
|
|
||||||
if (.not. allocated(mesh_subNodeCoord)) then
|
if (.not. allocated(mesh_subNodeCoord)) then
|
||||||
allocate(mesh_subNodeCoord(3,mesh_maxNnodes+mesh_maxNsubNodes,mesh_NcpElems))
|
allocate(mesh_subNodeCoord(3,mesh_maxNnodes+mesh_maxNsubNodes,mesh_NcpElems))
|
||||||
|
|
Loading…
Reference in New Issue