Skip to content

Commit

Permalink
nicer start messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 15, 2017
1 parent 790272d commit f65622a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meta/FlexibleSUSY.m
Expand Up @@ -2089,7 +2089,7 @@ corresponding tadpole is real or imaginary (only in models with CP
LoadModelFile[file_String] :=
Module[{},
If[FileExists[file],
Print["Loading model file ", file];
PrintHeadline["Loading FlexibleSUSY model file ", file];
Get[file];
CheckModelFileSettings[];
,
Expand Down Expand Up @@ -2217,6 +2217,7 @@ corresponding tadpole is real or imaginary (only in models with CP
extraSLHAOutputBlocks, effectiveCouplings ={}, extraVertices = {},
vertexRules, vertexRuleFileName, effectiveCouplingsFileName,
Lat$massMatrices, spectrumGeneratorFiles = {}, spectrumGeneratorInputFile},
PrintHeadline["Starting FlexibleSUSY"];
(* check if SARAH`Start[] was called *)
If[!ValueQ[Model`Name],
Print["Error: Model`Name is not defined. Did you call SARAH`Start[\"Model\"]?"];
Expand All @@ -2232,7 +2233,7 @@ corresponding tadpole is real or imaginary (only in models with CP
(* load model file *)
LoadModelFile[OptionValue[InputFile]];
Print["FlexibleSUSY model file loaded"];
Print[" Model: ", FlexibleSUSY`FSModelName];
Print[" Model: ", Style[FlexibleSUSY`FSModelName, Blue]];
Print[" Model file: ", OptionValue[InputFile]];
Print[" Model output directory: ", FSOutputDir];

Expand Down

0 comments on commit f65622a

Please sign in to comment.