File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 99#include " properties/Depends.hh"
1010#include " properties/DependsInherit.hh"
1111#include " properties/Derivative.hh"
12+ #include " properties/Determinant.hh"
1213#include " properties/DifferentialForm.hh"
1314#include " properties/DiracBar.hh"
1415#include " properties/GammaMatrix.hh"
4445#include " properties/Symmetric.hh"
4546#include " properties/Tableau.hh"
4647#include " properties/TableauSymmetry.hh"
48+ #include " properties/Trace.hh"
4749#include " properties/Traceless.hh"
4850#include " properties/Vielbein.hh"
4951#include " properties/Weight.hh"
@@ -137,6 +139,7 @@ namespace cadabra
137139 def_prop<DAntiSymmetric>(m);
138140 def_prop<Depends>(m);
139141 def_prop<Derivative>(m);
142+ def_prop<Determinant>(m);
140143 def_prop<Diagonal>(m);
141144 def_prop<DifferentialForm>(m);
142145 def_prop<Distributable>(m);
@@ -169,6 +172,7 @@ namespace cadabra
169172 def_prop<Symmetric>(m);
170173 def_prop<Tableau>(m);
171174 def_prop<TableauSymmetry>(m);
175+ def_prop<Trace>(m);
172176 def_prop<Traceless>(m);
173177 def_prop<Vielbein>(m);
174178 def_prop<InverseVielbein>(m);
@@ -177,4 +181,4 @@ namespace cadabra
177181 def_prop<WeylTensor>(m);
178182
179183 }
180- }
184+ }
You can’t perform that action at this time.
0 commit comments