1 parent c501cd1 commit ebb0e8bCopy full SHA for ebb0e8b
1 file changed
examples/example_manipulator.cpp
@@ -66,7 +66,7 @@ int main() {
66
auto t2 = get_tick_us();
67
cout << "Compute time: " << (double) (t2 - t1) / 1000. << endl;
68
cout << "Average compute time: " << (double) (t2 - t1) / 1000. / (real) max_iter << endl;
69
- cout << "Initial guess time: " << time_for_one_guess << endl;
+ // cout << "Initial guess time: " << time_for_one_guess << endl;
70
71
72
return 0;
0 commit comments