v1.0.0-rc.72
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user