We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d53b7 commit ff2ea53Copy full SHA for ff2ea53
1 file changed
src/amuse/community/arepo/src/Makefile
@@ -23,6 +23,10 @@ SRCS = $(foreach fd, $(SUBDIR), $(wildcard $(fd)/*.c))
23
CODEOBJS = $(SRCS:c=o)
24
CODEOBJS += main/allvars.o main/run.o main/main.o
25
26
+AREPOFLAGS += -DGRAVITY_NOT_PERIODIC # no periodic boundaries by default
27
+
28
+CXXFLAGS += $(AREPOFLAGS)
29
30
AR = ar ruv
31
RANLIB = ranlib
32
RM = rm
0 commit comments