Skip to content

Commit

Permalink
Move functions into private again
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Feb 20, 2025
1 parent 53f587e commit 45b8d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/adani/HighEnergyCoefficientFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ class HighEnergyHighScaleCoefficientFunction
Value
fxBand(double x, double m2Q2, double m2mu2, int nf) const override;

void SetFunctions();

private:
double (HighEnergyHighScaleCoefficientFunction::*LL_)(
double, double, double
Expand All @@ -174,6 +172,8 @@ class HighEnergyHighScaleCoefficientFunction
double, double, double, int
) const;

void SetFunctions();

//==========================================================================================//
// Q>>m limit of the high energy
// coefficient functions O(as^2)
Expand Down

0 comments on commit 45b8d20

Please sign in to comment.