Skip to content

Commit

Permalink
adding FS and SARAH version and date to file information
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 22, 2014
1 parent 602f4fd commit db75a15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -285,7 +285,9 @@
"@ModelName@" -> FlexibleSUSY`FSModelName,
"@numberOfModelParameters@" -> ToString[numberOfModelParameters],
"@InputParameter_" ~~ num_ ~~ "@" /; IntegerQ[ToExpression[num]] :> CConversion`ToValidCSymbolString[FlexibleSUSY`InputParameters[[ToExpression[num]]]],
"@DateAndTime@" -> DateString[]
"@DateAndTime@" -> DateString[],
"@SARAHVersion@" -> SA`Version,
"@FlexibleSUSYVersion@" -> FS`Version
}


Expand Down
3 changes: 3 additions & 0 deletions templates/two_scale_model.cpp.in
Expand Up @@ -25,6 +25,9 @@
* Contains the definition of the @ModelName@ model class methods
* which solve EWSB and calculate pole masses and mixings from DRbar
* parameters.
*
* This file was generated at @DateAndTime@ with FlexibleSUSY
* @FlexibleSUSYVersion@ and SARAH @SARAHVersion@ .
*/

#include "@ModelName@_two_scale_model.hpp"
Expand Down
3 changes: 3 additions & 0 deletions templates/two_scale_model.hpp.in
Expand Up @@ -23,6 +23,9 @@
* @brief contains class for model with routines needed to solve boundary
* value problem using the two_scale solver by solvingt EWSB
* and determine the pole masses and mixings
*
* This file was generated at @DateAndTime@ with FlexibleSUSY
* @FlexibleSUSYVersion@ and SARAH @SARAHVersion@ .
*/

#ifndef @ModelName@_TWO_SCALE_H
Expand Down

0 comments on commit db75a15

Please sign in to comment.