Bridge++
Ver. 2.0.2
gammaMatrixSet.cpp
Go to the documentation of this file.
1
14
#include "
gammaMatrixSet.h
"
15
16
#ifdef USE_FACTORY
17
18
#ifdef USE_FACTORY_AUTOREGISTER
19
#else
20
// setup factories for all subclasses
21
22
#include "
gammaMatrixSet_Dirac.h
"
23
#include "
gammaMatrixSet_Chiral.h
"
24
25
bool
GammaMatrixSet::init_factory()
26
{
27
bool
result =
true
;
28
29
result &= GammaMatrixSet_Dirac::register_factory();
30
result &= GammaMatrixSet_Chiral::register_factory();
31
32
return
result;
33
}
34
35
36
#endif
/* USE_FACTORY_AUTOREGISTER */
37
38
#endif
/* USE_FACTORY */
gammaMatrixSet_Chiral.h
gammaMatrixSet_Dirac.h
gammaMatrixSet.h
src
lib
Tools
gammaMatrixSet.cpp
Generated on Sat Feb 10 2024 14:20:00 for Bridge++ by
1.8.17