Group: comp.lang.fortran · Group Profile · Search for Sub5 in comp.lang.fortran
Author: James Van Buskirk
Date: May 5, 2008 17:24
... sub module procedure sub1, sub2, sub3, sub4, sub5, sub6, sub7 end interface sub contains subroutine ...= ', shape(x) end subroutine sub4 subroutine sub5(x) integer x(:,:,:,:,:) write(*,'(a)') 'Welcome ..."))') 'Shape(x) = ', shape(x) end subroutine sub5 subroutine sub6(x) integer x(:,:,:,:,:,:) write(*,'(a...
|