Skip to content

Commit

Permalink
add terminating newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
janw20 authored and cschwan committed Feb 7, 2024
1 parent 42190ed commit 0ca737b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fortran/lhapdf_example.f90
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ function alphas_test2(q2, state) bind(c)
call lhapdf_alphasq2(0, 0, q2, alphas_test2)
end function

end program lhapdf_example
end program lhapdf_example
2 changes: 1 addition & 1 deletion examples/fortran/test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ function alphas_test(q2, state) bind(c)
alphas_test = q2
end function

end program test_pineappl
end program test_pineappl

0 comments on commit 0ca737b

Please sign in to comment.