diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-07-24 14:13:29 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-07-24 14:13:29 +0200 |
commit | 2aff3c19302594394eee23b84c610a5dd1949c78 (patch) | |
tree | dabfe3a3234b071a36702322ace428783c516798 /Makefile | |
parent | 7e9efcd2e4446f6c51f457640d1a34f52d4b1ab3 (diff) | |
download | fortran-assignment3-2aff3c19302594394eee23b84c610a5dd1949c78.tar.gz fortran-assignment3-2aff3c19302594394eee23b84c610a5dd1949c78.zip |
fix FFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ FC = gfortran FFLAGS = -std=f2008 -Wall -pedantic -fbounds-check -fimplicit-none \ - -ffree-form -fcoarray=single -O2 -c + -ffree-form -O2 -c all : integrator integrator_single |