Skip to content

Commit

Permalink
correcting error in ListFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
vbertone committed May 6, 2016
1 parent 9e92f5f commit 67c5ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Evolution/ListFunctions.f
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ subroutine ListFunctions
write(6,*) achar(27)//"[34m- GetFKObservable()"
write(6,*) achar(27)//"[34m- FKSimulator(string obs, double x,",
1 " double q, double y, int i, int beta)"
write(6,*) achar(27)//"[34m- FKObservables(string obs, double x,",
write(6,*) achar(27)//"[34m- FKObservables(double x,",
1 " double q, double y)"
write(6,*) achar(27)//"[34m- ComputeHardCrossSectionsDY(",
1 "string inputfile, string outputfile)"
Expand Down

0 comments on commit 67c5ca5

Please sign in to comment.