Skip to content

Commit

Permalink
automatically convert to SLHA convention when calculate_spectrum is c…
Browse files Browse the repository at this point in the history
…alled
  • Loading branch information
Expander authored and Expander committed Nov 20, 2014
1 parent f53b454 commit 23055d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/two_scale_model_slha.cpp.in
Expand Up @@ -49,7 +49,7 @@ void CLASSNAME::clear()
void CLASSNAME::calculate_spectrum()
{
@ModelName@<Two_scale>::calculate_spectrum();
// convert_to_slha();
convert_to_slha();
}

void CLASSNAME::convert_to_slha()
Expand Down
3 changes: 2 additions & 1 deletion templates/two_scale_model_slha.hpp.in
Expand Up @@ -46,7 +46,6 @@ public:
virtual ~@ModelName@_slha();

virtual void clear();
void convert_to_slha(); ///< converts pole masses to SLHA convention
const @ModelName@_physical& get_physical_slha() const; ///< returns pole masses to SLHA convention

// interface functions
Expand All @@ -58,6 +57,8 @@ public:

private:
@ModelName@_physical physical_slha; ///< contains the pole masses and mixings in slha convention

void convert_to_slha(); ///< converts pole masses to SLHA convention
};

} // namespace flexiblesusy
Expand Down

0 comments on commit 23055d9

Please sign in to comment.