Radovan fix numgrid

This commit is contained in:
Pierre-Francois Loos 2020-03-22 15:33:49 +01:00
parent afedbf6999
commit 3c050ffe4f
2 changed files with 2 additions and 3 deletions

View File

@ -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)

View File

@ -1 +0,0 @@
*.o