Skip to content

Commit

Permalink
add extra line break for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jan 14, 2015
1 parent ac96b42 commit 8a3389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/TreeMasses.m
Expand Up @@ -568,7 +568,7 @@
dim = Length[matrix];
dimStr = ToString[dim];
matrixType = CreateCType[CConversion`MatrixType[matrixElementType, dim, dim]];
result = matrixType <> " " <> symbol <> ";\n"; (* not initialized *)
result = matrixType <> " " <> symbol <> ";\n\n"; (* not initialized *)
For[i = 1, i <= dim, i++,
For[k = 1, k <= dim, k++,
result = result <> symbol <> "(" <> ToString[i-1] <>
Expand Down

0 comments on commit 8a3389f

Please sign in to comment.