Skip to content

Commit

Permalink
fixing tadpole dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 6, 2016
1 parent aa72c31 commit c2e1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/SelfEnergies.m
Expand Up @@ -746,7 +746,7 @@
dim = GetDimension[higgsBoson];
dimStr = ToString[dim];
functionName = CreateNLoopTadpoleFunctionName[higgsBoson,2];
cType = GetTadpoleVectorCType[2];
cType = GetTadpoleVectorCType[dim];
prototype = cType <> " " <> functionName <> "() const;\n";
body = GetTwoLoopTadpoleCorrections[model];
function = cType <> " CLASSNAME::" <> functionName <> "() const\n{\n" <>
Expand Down

0 comments on commit c2e1950

Please sign in to comment.