Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

problem in format statment

$
0
0

i define a subroutine

but it no work

subroutine printrmat(matrix,row,column)
    implicit none
    integer row,column,,i,j
    real(8) matrix(row,column)
    do i=1,row
        write(*,10) (matrix(i,j),j=1,column)
10 format(column(f))        
    end do
    end subroutine

 

 

 

 

 

 

 


Viewing all articles
Browse latest Browse all 3270

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>