Skip to content

Commit

Permalink
Separate setting tree-level solution from calculating
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jan 23, 2017
1 parent d95c385 commit 384a0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/two_scale_ewsb_solver.cpp.in
Expand Up @@ -198,7 +198,7 @@ int @ModelName@_ewsb_solver<Two_scale>::solve_tree_level(@ModelName@_mass_eigens
int error = 0;

@solveEwsbTreeLevel@

@setTreeLevelSolution@
return error;
}

Expand Down

0 comments on commit 384a0eb

Please sign in to comment.