ImpactX
CoordinateTransformation.H
Go to the documentation of this file.
1 /* Copyright 2022-2023 The Regents of the University of California, through Lawrence
2  * Berkeley National Laboratory (subject to receipt of any required
3  * approvals from the U.S. Dept. of Energy). All rights reserved.
4  *
5  * This file is part of ImpactX.
6  *
7  * Authors: Axel Huebl, Chad Mitchell
8  * License: BSD-3-Clause-LBNL
9  */
10 #ifndef IMPACTX_COORDINATE_TRANSFORMATION_H
11 #define IMPACTX_COORDINATE_TRANSFORMATION_H
12 
14 
15 
17 {
23  void CoordinateTransformation (ImpactXParticleContainer & pc,
24  CoordSystem direction);
25 
26 } // namespace impactx::transformation
27 
28 #endif // IMPACTX_COORDINATE_TRANSFORMATION_H
Definition: CoordinateTransformation.cpp:23
void CoordinateTransformation(ImpactXParticleContainer &pc, CoordSystem direction)
Definition: CoordinateTransformation.cpp:24
CoordSystem
Definition: ImpactXParticleContainer.H:32