make an image_map added to the code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Fortraneries by tTh - Gravity Field
|
||||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -g -time -I../Modules
|
||||
GFOPT = -Wall -Wextra -g -pg -time -I../Modules
|
||||
MODOBJ = ../Modules/spitpgm.o
|
||||
|
||||
all: essai animation
|
||||
@@ -20,3 +20,4 @@ essai: essai.f90 Makefile realfield.o
|
||||
animation: animation.f90 Makefile realfield.o
|
||||
gfortran $(GFOPT) $< realfield.o $(MODOBJ) -o $@
|
||||
|
||||
#-
|
||||
|
||||
Reference in New Issue
Block a user