Version: SMASH-3.1
potential_globals.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2018-2020
4  * SMASH Team
5  *
6  * GNU General Public License (GPLv3 or later)
7  *
8  */
9 
10 #ifndef SRC_INCLUDE_SMASH_POTENTIAL_GLOBALS_H_
11 #define SRC_INCLUDE_SMASH_POTENTIAL_GLOBALS_H_
12 
13 #include "lattice.h"
14 #include "potentials.h"
15 
16 namespace smash {
17 
19 extern RectangularLattice<FourVector> *UB_lat_pointer;
20 
22 extern RectangularLattice<FourVector> *UI3_lat_pointer;
23 
25 extern Potentials *pot_pointer;
26 
27 } // namespace smash
28 
29 #endif // SRC_INCLUDE_SMASH_POTENTIAL_GLOBALS_H_
Definition: action.h:24
Potentials * pot_pointer
Pointer to a Potential class.
RectangularLattice< FourVector > * UB_lat_pointer
Pointer to the skyrme potential on the lattice.
RectangularLattice< FourVector > * UI3_lat_pointer
Pointer to the symmmetry potential on the lattice.