mesh_build_sharedElems does not need an input argument anymore

This commit is contained in:
Christoph Kords 2009-10-08 09:23:15 +00:00
parent e7247551f0
commit 4ff497e5ba
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@
call mesh_get_nodeElemDimensions(fileUnit) call mesh_get_nodeElemDimensions(fileUnit)
call mesh_build_nodes(fileUnit) call mesh_build_nodes(fileUnit)
call mesh_build_elements(fileUnit) call mesh_build_elements(fileUnit)
call mesh_build_sharedElems(fileUnit) call mesh_build_sharedElems()
call mesh_build_ipNeighborhood() call mesh_build_ipNeighborhood()
call mesh_build_subNodeCoords() call mesh_build_subNodeCoords()
call mesh_build_ipVolumes() call mesh_build_ipVolumes()