blob: 2c6458b6d2c9668c7d1ee174877dd74f8508c475 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
CEXE_sources += WarpXInitData.cpp
CEXE_sources += PlasmaInjector.cpp
CEXE_headers += PlasmaInjector.H
CEXE_headers += InjectorPosition.H
CEXE_headers += InjectorDensity.H
CEXE_sources += InjectorDensity.cpp
CEXE_headers += InjectorMomentum.H
CEXE_sources += InjectorMomentum.cpp
CEXE_headers += CustomDensityProb.H
CEXE_headers += CustomMomentumProb.H
INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Initialization
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Initialization
|