write2Darray Subroutine

subroutine write2Darray(fileunit, array)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: fileunit
real(kind=8), intent(in), dimension(:,:):: array

Called by

proc~~write2darray~~CalledByGraph proc~write2darray write2Darray program~test_potential3d test_potential3D program~test_potential3d->proc~write2darray

Contents

None