Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 5, 2023
1 parent dada400 commit 3f3c887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pineko/theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ def fk(self, name, grid_path, tcard, pdf):
):
max_as += 1

# to ensure that the higher order PTODIS terms are not neglegted
# Relevant for FONLL-B: ensures that the higher order PTODIS terms are
# not neglegted
if "PTODIS" in tcard and "FONLL" in tcard["FNS"]:
tcard["PTO"] = tcard["PTODIS"]

Expand Down

0 comments on commit 3f3c887

Please sign in to comment.