Skip to content
Snippets Groups Projects
Commit 2831a1c2 authored by rttw52's avatar rttw52
Browse files

Fixed but in analyse_runtime.py

parent 95a97d75
No related branches found
No related tags found
1 merge request!1050Line-of-sight output along the z-axis
......@@ -436,7 +436,7 @@ void do_line_of_sight(struct engine *e) {
e->los_output_count++;
/* How long did we take? */
message("took %.3f %s.", clocks_from_ticks(getticks() - tic),
if (verbose) message("took %.3f %s.", clocks_from_ticks(getticks() - tic),
clocks_getunit());
}
......
......@@ -118,7 +118,7 @@ labels = [
["fof_search_tree:", 2],
["engine_launch: \(fof\)", 2],
["engine_launch: \(fof comms\)", 2],
["do_line_of_sight", 0],
["do_line_of_sight:", 0],
]
times = np.zeros(len(labels))
counts = np.zeros(len(labels))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment