From c9b2584d9fa7efc98b52bb89779ed5a4c0541f5b Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Thu, 18 Dec 2025 11:23:46 +0100 Subject: [PATCH] Reflection: Add partiality for prediction (set to one at the moment) --- common/Reflection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Reflection.h b/common/Reflection.h index 00b960dc..8b1ccb29 100644 --- a/common/Reflection.h +++ b/common/Reflection.h @@ -22,6 +22,7 @@ struct Reflection { float sigma; float dist_ewald; bool observed = false; + float partiality = 1.0; }; #endif //JFJOCH_REFLECTION_H