Skip to content

Commit

Permalink
setup for no torellons in measure
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdomant committed Sep 13, 2023
1 parent 89231e3 commit 0ed792b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LibHR/Observables/torellons_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -2234,6 +2234,9 @@ void collect_1pt_torellon_functions(cor_list *lcor, hr_complex *tor_storage, hr_
lprintf("Measure ML", 0, "\n");
}

if (polyf == NULL)
return;

hr_complex *lpoly = NULL;
hr_complex *gpoly = NULL;
hr_complex *pcor = NULL;
Expand Down

0 comments on commit 0ed792b

Please sign in to comment.