mesh_build_sharedElems does not need an input argument anymore
This commit is contained in:
parent
e7247551f0
commit
4ff497e5ba
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue