File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed 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