From fc7d01ebfb5682df2fbbd6c668cce1569e0d9df5 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 9 Apr 2025 16:52:26 -0300 Subject: Rewrote the original integrator to use a new approach. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 547e336..688a99c 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ walk: walk.cpp correlations: correlations.cpp $(CC) correlations.cpp -o correlations -integrator: integrator.cpp - $(CC) integrator.cpp -o integrator +integrator: integrator.cpp fourier.o fourier.hpp + $(CC) integrator.cpp fourier.o -lfftw3 -lfftw3_omp -o integrator fourier.o: fourier.cpp fourier.hpp $(CC) fourier.cpp -c -o fourier.o -- cgit v1.2.3-70-g09d2