Skip to content

Commit 4067677

Browse files
committed
Indexing: correct verbose output
1 parent ced2b9c commit 4067677

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ObjCryst/ObjCryst/PowderPattern.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7036,9 +7036,9 @@ void SpaceGroupExplorer::RunAll(const bool fitprofile_all, const bool verbose, c
70367036
unsigned int nbrefl = mpDiff->GetNbReflBelowMaxSinThetaOvLambda();
70377037
REAL ngof = (posfgp->second.ngof * nbrefl) / posfgp->second.nbreflused;
70387038
mvSPG.push_back(SPGScore(hm.c_str(),posfgp->second.rw,posfgp->second.gof,posfgp->second.nbextinct446, ngof, posfgp->second.nbreflused));
7039-
if(verbose) cout<<boost::format(" (#%3d) %-14s: Rwp= %5.2f%% GoF=%9.2f nGoF=%9.2f (%3u reflections, %3u extinct)\n")
7039+
if(verbose) cout<<boost::format(" (#%3d) %-14s: Rwp= %5.2f%% GoF=%9.2f nGoF=%9.2f (%3u reflections, %3u extinct)")
70407040
% s.number() % hm.c_str() % mvSPG.back().rw % mvSPG.back().gof % mvSPG.back().ngof % mvSPG.back().nbreflused % mvSPG.back().nbextinct446
7041-
<<" [same extinctions as:"<<posfgp->second.hm<<"]";
7041+
<<" [same extinctions as:"<<posfgp->second.hm<<"]\n";
70427042
}
70437043
else
70447044
{

0 commit comments

Comments
 (0)