aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package
index 93cefcb66..436d99adf 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package
@@ -3,4 +3,9 @@ CEXE_sources += PsatdAlgorithm.cpp
CEXE_sources += GalileanAlgorithm.cpp
CEXE_sources += PMLPsatdAlgorithm.cpp
+ifeq ($(USE_RZ),TRUE)
+ CEXE_sources += SpectralBaseAlgorithmRZ.cpp
+ CEXE_sources += PsatdAlgorithmRZ.cpp
+endif
+
VPATH_LOCATIONS += $(WARPX_HOME)/Source/FieldSolver/SpectralSolver/SpectralAlgorithms