Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert van Renesse committed Sep 25, 2023
1 parent 894b5de commit d1573c9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions harmony_model_checker/charm/charm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3878,17 +3878,8 @@ int exec_model_checker(int argc, char **argv){
}
double now = gettime();
tarjan(global);
double tween = gettime();
computed_components = true;
<<<<<<< HEAD

// Compute shortest path to initial state for each node.
// shortest_path(global);

printf(" * %u components (%.2lf+%.2lf seconds)\n", global->ncomponents, tween - now, gettime() - tween);
=======
printf(" * %u components (%.2lf seconds)\n", global->ncomponents, gettime() - now);
>>>>>>> next

#ifdef DUMP_GRAPH
printf("digraph Harmony {\n");
Expand Down

0 comments on commit d1573c9

Please sign in to comment.