File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### 2022.2 (XX 2022)
2
+ NEW FEATURES
3
+ * The macOS image is now a universal binary for Apple Silicon (ARM64)
4
+ and X86_64 machines
5
+
6
+ IMPROVEMENTS
7
+ * the list of HKL reflections will now be more automatically be re-generated
8
+ when the spacegroup changes or the lattice parameters change by more than 0.5%
9
+
1
10
#### 2022.1 (May 2022)
2
11
NEW FEATURES
3
12
* Add cylindrical absorption correction (mu*R)
Original file line number Diff line number Diff line change @@ -1326,7 +1326,6 @@ void PowderPatternDiffraction::CalcPowderPattern() const
1326
1326
{
1327
1327
VFN_DEBUG_MESSAGE (" PowderPatternDiffraction::CalcPowderPattern():"
1328
1328
" spacegroup has changed, re-generating HKL's" ,5 )
1329
- cout<<" PowderPatternDiffraction::CalcPowderPattern(): spacegroup has changed, re-generating HKL's" <<endl;
1330
1329
this ->GenHKLFullSpace ();
1331
1330
}
1332
1331
else if ((!this ->IsBeingRefined ()) && (this ->GetCrystal ().GetClockLatticePar ()>mClockHKL ))
@@ -1349,8 +1348,6 @@ void PowderPatternDiffraction::CalcPowderPattern() const
1349
1348
{
1350
1349
VFN_DEBUG_MESSAGE (" PowderPatternDiffraction::CalcPowderPattern():"
1351
1350
" lattice parameters have changed by more than 0.5%, re-generating HKL's" ,5 )
1352
- cout<<" PowderPatternDiffraction::CalcPowderPattern():"
1353
- " lattice parameters have changed by more than 0.5%, re-generating HKL's" <<endl;
1354
1351
this ->GenHKLFullSpace ();
1355
1352
}
1356
1353
}
You can’t perform that action at this time.
0 commit comments