last version contains buggy mesh.f90; corrected typo in initialization

This commit is contained in:
Christoph Kords 2012-11-09 07:52:44 +00:00
parent 366ac28694
commit 3c53f3ec9a
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ subroutine mesh_build_subNodeCoords
implicit none
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
allocate(mesh_subNodeCoord(3,mesh_maxNnodes+mesh_maxNsubNodes,mesh_NcpElems))