We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59c7c0 commit c7af5f6Copy full SHA for c7af5f6
1 file changed
src/param/hbos_param.cpp
@@ -227,13 +227,7 @@ using namespace chimbuko;
227
comb_binedges[i] = edge_val;
228
edge_val += bin_width;
229
}
230
- // size_t i = 0;
231
- // comb_binedges[i++] = edge_val;
232
- //
233
- // while(edge_val <= max_runtime) {
234
- // edge_val += bin_width;
235
236
- // }
+
237
238
239
0 commit comments