From 1bd4691d9cc46ec75adbe899b289a1ebc5460721 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 1 Aug 2025 16:52:44 +0200 Subject: Added CPEPE coordinate in preparation of full DRFIN solver --- src/utils/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/constants.h b/src/utils/constants.h index f90dda3..3eed27d 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h @@ -6,6 +6,7 @@ #define POW_3_7 UINT64_C(2187) #define FACT_12 UINT64_C(479001600) #define FACT_8 UINT64_C(40320) +#define FACT_4 UINT64_C(24) #define COMB_12_4 UINT64_C(495) #define COMB_8_4 UINT64_C(70) -- cgit v1.3