Skip to content

Commit

Permalink
fix Transpose warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 27, 2016
1 parent d0ba7e9 commit 6496f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/WriteOut.m
Expand Up @@ -343,6 +343,8 @@
{{block, {Re[parameter]}}, {CreateImaginaryPartBlockName[block], {Im[parameter]}}}
];

SortBlocks[{}] := {};

SortBlocks[modelParameters_List] :=
Module[{reformed, allBlocks, collected},
reformed = LesHouchesNameToFront /@ modelParameters;
Expand Down

0 comments on commit 6496f7a

Please sign in to comment.