Skip to content

Commit

Permalink
Some indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jobst Ziebell authored and Jobst Ziebell committed Aug 6, 2015
1 parent 0ecd96e commit e638156
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta/FlexibleSUSY.m
Expand Up @@ -1000,10 +1000,10 @@ corresponding tadpole is real or imaginary (only in models with CP
threadedCalculationCode = GMuonMinus2`CreateThreadedCalculation[];

WriteOut`ReplaceInFiles[files,
{ "@GMuonMinus2_Particles@" -> IndentText[particles,6],
"@GMuonMinus2_MuonFunctions@" -> IndentText[muonFunctions,6],
"@GMuonMinus2_Diagrams@" -> IndentText[diagrams,6],
"@GMuonMinus2_VertexFunctions@" -> IndentText[vertexFunctions,6],
{ "@GMuonMinus2_Particles@" -> particles,
"@GMuonMinus2_MuonFunctions@" -> muonFunctions,
"@GMuonMinus2_Diagrams@" -> diagrams,
"@GMuonMinus2_VertexFunctions@" -> vertexFunctions,
"@GMuonMinus2_Definitions@" -> definitions,
"@GMuonMinus2_Calculation@" -> IndentText[calculationCode],
"@GMuonMinus2_ThreadedCalculation@" -> IndentText[threadedCalculationCode],
Expand Down

0 comments on commit e638156

Please sign in to comment.