Skip to content

Commit c7af5f6

Browse files
committed
Works
1 parent c59c7c0 commit c7af5f6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/param/hbos_param.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,7 @@ using namespace chimbuko;
227227
comb_binedges[i] = edge_val;
228228
edge_val += bin_width;
229229
}
230-
// size_t i = 0;
231-
// comb_binedges[i++] = edge_val;
232-
//
233-
// while(edge_val <= max_runtime) {
234-
// edge_val += bin_width;
235-
// comb_binedges[i++] = edge_val;
236-
// }
230+
237231
}
238232
}
239233

0 commit comments

Comments
 (0)