Skip to content

Commit a13eeea

Browse files
committed
turn off printings
1 parent 076ea15 commit a13eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SINGER/SINGER/Threader_smc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void Threader_smc::internal_rethread(ARG &a, tuple<double, Branch, double> cut_p
7878
run_TSP(a);
7979
sample_joining_points(a);
8080
double ar = acceptance_ratio(a);
81-
cout << "Acceptance ratio: " << ar << endl;
81+
// cout << "Acceptance ratio: " << ar << endl;
8282
double q = random();
8383
if (q < ar) {
8484
a.add(new_joining_branches, added_branches);

0 commit comments

Comments
 (0)