Reflection: Add partiality for prediction (set to one at the moment)

This commit is contained in:
2025-12-18 11:23:46 +01:00
parent bdfde99074
commit c9b2584d9f
+1
View File
@@ -22,6 +22,7 @@ struct Reflection {
float sigma;
float dist_ewald;
bool observed = false;
float partiality = 1.0;
};
#endif //JFJOCH_REFLECTION_H