v1.0.0-rc.72

This commit is contained in:
2025-09-08 20:28:59 +02:00
parent 6c88c6902e
commit c67337cfe1
275 changed files with 7525 additions and 1039 deletions

View File

@@ -4,5 +4,5 @@
#include "SpotToSave.h"
Coord SpotToSave::ReciprocalCoord(const DiffractionGeometry &geom) const {
return geom.DetectorToRecip(x + 0.5f, y + 0.5f);
return geom.DetectorToRecip(x, y);
}