Skip to content

Commit

Permalink
Bugfix: allow user to specify SLHA output block as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jan 23, 2017
1 parent 3ece917 commit beb4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/WriteOut.m
Expand Up @@ -677,7 +677,7 @@
"}\n"
];

ReadSLHAPhysicalMixingMatrixBlock[{parameter_, blockName_Symbol}, struct_String:"PHYSICAL", defMacro_String:"DEFINE_PHYSICAL_PARAMETER"] :=
ReadSLHAPhysicalMixingMatrixBlock[{parameter_, blockName_}, struct_String:"PHYSICAL", defMacro_String:"DEFINE_PHYSICAL_PARAMETER"] :=
Module[{paramStr, blockNameStr},
paramStr = CConversion`ToValidCSymbolString[parameter];
blockNameStr = ToString[blockName];
Expand Down

0 comments on commit beb4683

Please sign in to comment.