aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-07-24 14:13:29 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-07-24 14:13:29 +0200
commit2aff3c19302594394eee23b84c610a5dd1949c78 (patch)
treedabfe3a3234b071a36702322ace428783c516798 /Makefile
parent7e9efcd2e4446f6c51f457640d1a34f52d4b1ab3 (diff)
downloadfortran-assignment3-2aff3c19302594394eee23b84c610a5dd1949c78.tar.gz
fortran-assignment3-2aff3c19302594394eee23b84c610a5dd1949c78.zip
fix FFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c870773..f22582b 100644
--- a/Makefile
+++ b/Makefile
@@ -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