File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/picongpu/include/fields/background/templates/TWTS Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,10 +258,10 @@ namespace twts
258
258
/* Single TWTS-Pulse */
259
259
switch (pol)
260
260
{
261
- case NORMAL_TO_TILTPLANE :
261
+ case LINEAR_X :
262
262
return getTWTSBfield_Normalized<simDim>(bFieldPositions_SI, time_SI);
263
263
264
- case WITHIN_TILTPLANE :
264
+ case LINEAR_YZ :
265
265
return getTWTSBfield_Normalized_Ey<simDim>(bFieldPositions_SI, time_SI);
266
266
}
267
267
return getTWTSBfield_Normalized<simDim>(bFieldPositions_SI, time_SI); // defensive default
Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ namespace twts
177
177
/* Single TWTS-Pulse */
178
178
switch (pol)
179
179
{
180
- case NORMAL_TO_TILTPLANE :
180
+ case LINEAR_X :
181
181
return getTWTSEfield_Normalized<simDim>(eFieldPositions_SI, time_SI);
182
182
183
- case WITHIN_TILTPLANE :
183
+ case LINEAR_YZ :
184
184
return getTWTSEfield_Normalized_Ey<simDim>(eFieldPositions_SI, time_SI);
185
185
}
186
186
return getTWTSEfield_Normalized<simDim>(eFieldPositions_SI, time_SI); // defensive default
You can’t perform that action at this time.
0 commit comments