Skip to content

Commit 482fed6

Browse files
committed
Default output updated for the easier parcing
1 parent ba5dd16 commit 482fed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

onmi.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,7 @@ void onmi(const char * file1, const char * file2, const bool syncnds, const bool
664664
pair<double,double> OmegaAndL2Norm = omega(n2g1, n2g2);
665665
const double Omega = OmegaAndL2Norm.first;
666666
const double L2norm = OmegaAndL2Norm.second;
667-
cout << "Datum:\t"; PP(Omega);
668-
cout << "Datum:\t"; PP(L2norm);
667+
cout << "Omega: " << Omega << " (L2norm: " << L2norm << "), ";
669668
}
670669
const auto nmix = aaronNMI<Max>(om, omFlipped, g1, g2); // NMImax
671670
if(allnmis) {

0 commit comments

Comments
 (0)