blob: cc0610731b557ae06155f8f113b221c97741e645 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
CEXE_sources += Ionization.cpp
ifeq ($(QED),TRUE)
CEXE_sources += QEDPairGeneration.cpp
CEXE_sources += QEDPhotonEmission.cpp
include $(WARPX_HOME)/Source/Particles/ElementaryProcess/QEDInternals/Make.package
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Particles/ElementaryProcess/QEDInternals/
endif
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Particles/ElementaryProcess/
|