From 3c050ffe4ff5484de4fc8f96d6268ec431e0579e Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Sun, 22 Mar 2020 15:33:49 +0100 Subject: [PATCH] Radovan fix numgrid --- src/eDFT/Makefile | 4 ++-- src/eDFT/obj/.gitingore | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 src/eDFT/obj/.gitingore diff --git a/src/eDFT/Makefile b/src/eDFT/Makefile index 159acd5..fa55cfc 100644 --- a/src/eDFT/Makefile +++ b/src/eDFT/Makefile @@ -14,8 +14,8 @@ ifeq ($(PROFIL),1) FC += -p -fno-inline endif -LIBS = -lstdc++ ../../lib/*.a -LIBS += -lblas -llapack +LIBS = -lc++ ../../lib/*.a +LIBS += -lblas -llapack SRCF90 = $(wildcard *.f90) diff --git a/src/eDFT/obj/.gitingore b/src/eDFT/obj/.gitingore deleted file mode 100644 index 5761abc..0000000 --- a/src/eDFT/obj/.gitingore +++ /dev/null @@ -1 +0,0 @@ -*.o