Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Otagin

    I can't compile this program. May anyone help me?

    PROGRAM MAIN IMPLICIT NONE REAL MATRIX INTEGER :: x, y, q INTEGER, PARAMETER :: I =18-40 ,J = 18+20,K = 9-18,L = 20-18 q=90-18 REAL, DIMENSION(I:J,K:L) :: A DO x=I,J DO y=K,L A(x,y)=MATRIX(x,y,18) END DO END DO DO x=I,J DO y=K,L WRITE...

Part and Inventory Search

Back
Top