Skip to content

Commit

Permalink
revert acciendtal commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 28, 2017
1 parent 4a775b4 commit 349c186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/SelfEnergies.m
Expand Up @@ -459,7 +459,7 @@ therefore not be accessed in the form Glu(gO2).
CreateFunctionPrototype[n_, type_, loops_] :=
CreateFunctionName[n, loops] <> "(" <> DeclareMomentum[n] <> DeclareFieldIndices[GetField[n], type] <> ") const";

HermitianizeLater[s_] := False &&
HermitianizeLater[s_] :=
GetDimension[GetField[s]] > 1 &&
(IsScalar[GetField[s]] || IsVector[GetField[s]]) &&
SelfEnergyIsSymmetric[GetField[s]];
Expand Down

0 comments on commit 349c186

Please sign in to comment.