v1.0.0-rc.50

This commit is contained in:
2025-06-20 09:52:26 +02:00
parent 2bd9f4a424
commit 0d1b388f4d
197 changed files with 916 additions and 504 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ DiffractionGeometry &DiffractionGeometry::Wavelength_A(float input) {
return *this;
}
float DiffractionGeometry::AngleFromEwaldSphere(const Coord &p0) const {
float DiffractionGeometry::AngleFromEwaldSphere_deg(const Coord &p0) const {
// https://journals.iucr.org/d/issues/2014/08/00/dz5332/index.html
Coord S0 = GetScatteringVector();