Skip to content

Commit

Permalink
Fix typo in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Jan 20, 2017
1 parent 61dce16 commit eabf6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -3096,7 +3096,7 @@ corresponding tadpole is real or imaginary (only in models with CP
Parameters`AddExtraParameters[SemiAnalytic`CreateCoefficientParameters[semiAnalyticSolns]];
semiAnalyticSolnsOutputFile = FileNameJoin[{FSOutputDir,
FlexibleSUSY`FSModelName <> "_semi_analytic_solutions.m"}];
Print["Writing semi-analytic solutiosn to ", semiAnalyticSolnsOutputFile];
Print["Writing semi-analytic solutions to ", semiAnalyticSolnsOutputFile];
Put[SemiAnalytic`ExpandSemiAnalyticSolutions[semiAnalyticSolns], semiAnalyticSolnsOutputFile];

(* construct additional semi-analytic constraint from user-defined constraints *)
Expand Down

0 comments on commit eabf6ed

Please sign in to comment.