File size: 82 Bytes
c011401
 
 
 
1
2
3
4
5
      subroutine arr(l,m,n,a)
      integer l,m,n
      real*8 a(l,m,n)
      end