File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 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
13261326 {
13271327 VFN_DEBUG_MESSAGE (" PowderPatternDiffraction::CalcPowderPattern():"
13281328 " spacegroup has changed, re-generating HKL's" ,5 )
1329- cout<<" PowderPatternDiffraction::CalcPowderPattern(): spacegroup has changed, re-generating HKL's" <<endl;
13301329 this ->GenHKLFullSpace ();
13311330 }
13321331 else if ((!this ->IsBeingRefined ()) && (this ->GetCrystal ().GetClockLatticePar ()>mClockHKL ))
@@ -1349,8 +1348,6 @@ void PowderPatternDiffraction::CalcPowderPattern() const
13491348 {
13501349 VFN_DEBUG_MESSAGE (" PowderPatternDiffraction::CalcPowderPattern():"
13511350 " 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;
13541351 this ->GenHKLFullSpace ();
13551352 }
13561353 }
You can’t perform that action at this time.
0 commit comments