Skip to content

Commit

Permalink
add used loop order to observables comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 23, 2015
1 parent c681681 commit 0e51d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta/WriteOut.m
Expand Up @@ -350,11 +350,11 @@
Module[{parStr, commentStr},
{parStr, commentStr} = Switch[par,
FlexibleSUSYObservable`aMuon,
{"OBSERVABLES.a_muon", "Delta(g-2)_muon/2"},
{"OBSERVABLES.a_muon", "Delta(g-2)_muon/2 1L"},
FlexibleSUSYObservable`aMuonGM2Calc,
{"OBSERVABLES.a_muon_gm2calc", "Delta(g-2)_muon/2 GM2Calc"},
{"OBSERVABLES.a_muon_gm2calc", "Delta(g-2)_muon/2 2L GM2Calc"},
FlexibleSUSYObservable`aMuonGM2CalcUncertainty,
{"OBSERVABLES.a_muon_gm2calc_uncertainty", "Delta(g-2)_muon/2 GM2Calc uncertainty"},
{"OBSERVABLES.a_muon_gm2calc_uncertainty", "Delta(g-2)_muon/2 2L GM2Calc uncertainty"},
_,
{"", ""}
];
Expand Down

0 comments on commit 0e51d88

Please sign in to comment.