diff options
-rw-r--r-- | src/f1.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ PROGRAM test DO i = 1, ncomplex - write(*,*) abs(arr_complex(i)) + write(*,*) i - 1, " ", abs(arr_complex(i)) END DO |
index : AGH-fortran-course/fortran-assignment2 | ||
This repo contains my homework for the fortran course at AGH University of Science and Technology |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/f1.f90 | 2 |
@@ -62,7 +62,7 @@ PROGRAM test DO i = 1, ncomplex - write(*,*) abs(arr_complex(i)) + write(*,*) i - 1, " ", abs(arr_complex(i)) END DO |