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 @@ -991,14 +991,18 @@ void VarManager::SetDefaultVarNames()
991991 fgVariableUnits[kDeltaPhi ] = " rad." ;
992992 fgVariableNames[kDeltaPhiSym ] = " #Delta#phi" ;
993993 fgVariableUnits[kDeltaPhiSym ] = " rad." ;
994- fgVariableNames[kCosThetaHE ] = " cos#it{#theta}" ;
994+ fgVariableNames[kCosThetaHE ] = " cos#it{#theta}_{HE} " ;
995995 fgVariableUnits[kCosThetaHE ] = " " ;
996996 fgVariableNames[kPhiHE ] = " #varphi_{HE}" ;
997997 fgVariableUnits[kPhiHE ] = " rad." ;
998998 fgVariableNames[kCosThetaCS ] = " cos#it{#theta}_{CS}" ;
999999 fgVariableUnits[kCosThetaCS ] = " " ;
10001000 fgVariableNames[kPhiCS ] = " #varphi_{CS}" ;
10011001 fgVariableUnits[kPhiCS ] = " rad." ;
1002+ fgVariableNames[kCosThetaPP ] = " cos#it{#theta}_{PP}" ;
1003+ fgVariableUnits[kCosThetaPP ] = " " ;
1004+ fgVariableNames[kPhiPP ] = " #varphi_{PP}" ;
1005+ fgVariableUnits[kPhiPP ] = " rad." ;
10021006 fgVariableNames[kCosPhiVP ] = " cos#it{#varphi}_{VP}" ;
10031007 fgVariableUnits[kCosPhiVP ] = " " ;
10041008 fgVariableNames[kPhiVP ] = " #varphi_{VP} - #Psi_{2}" ;
You can’t perform that action at this time.
0 commit comments