input argument not needed any more
This commit is contained in:
parent
ec23fca057
commit
b0b1ea3b84
|
@ -757,7 +757,7 @@ subroutine mesh_marc_map_elementSets(nameElemSet,mapElemSet,fileUnit)
|
||||||
IO_continuousIntValues
|
IO_continuousIntValues
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
integer(pInt), intent(in) :: fileUnit,NelemSets
|
integer(pInt), intent(in) :: fileUnit
|
||||||
character(len=64), dimension(:), intent(out) :: &
|
character(len=64), dimension(:), intent(out) :: &
|
||||||
nameElemSet
|
nameElemSet
|
||||||
integer(pInt), dimension(:,:), intent(out) :: &
|
integer(pInt), dimension(:,:), intent(out) :: &
|
||||||
|
|
Loading…
Reference in New Issue