Skip to content

Commit ebb0e8b

Browse files
committed
bug fix
1 parent c501cd1 commit ebb0e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎examples/example_manipulator.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main() {
6666
auto t2 = get_tick_us();
6767
cout << "Compute time: " << (double) (t2 - t1) / 1000. << endl;
6868
cout << "Average compute time: " << (double) (t2 - t1) / 1000. / (real) max_iter << endl;
69-
cout << "Initial guess time: " << time_for_one_guess << endl;
69+
// cout << "Initial guess time: " << time_for_one_guess << endl;
7070

7171

7272
return 0;

0 commit comments

Comments
 (0)