Skip to content

Commit e94c464

Browse files
committed
Merge branch 'upstream-objcryst'
* upstream-objcryst: Remove debug messages & update changelog
2 parents 65cb639 + ae19d03 commit e94c464

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ObjCryst/ObjCryst/PowderPattern.cpp

-3
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)