Skip to content

Commit

Permalink
fixing the fix for the mac external pdf sets
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Apr 14, 2015
1 parent 296d209 commit e13aa4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Evolution/apfelversion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ extern "C" {
void numberpdf_(){ stop(); }
#endif

// remove if mac
#ifndef DARWIN
void externalsetapfel_(double x, double Q, double* xf)
{
return;
Expand All @@ -69,8 +71,8 @@ extern "C" {
return;
}

#ifndef DARWIN
void externalsetapfellept_(double x, double Q, int irep, double* xl, double* xf)
void externalsetapfellept_(double x, double Q, int irep,
double* xl, double* xf)
{
return;
}
Expand Down

0 comments on commit e13aa4b

Please sign in to comment.