Skip to content
Snippets Groups Projects
Commit 95839b7b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

untabify

parent ccbf81eb
No related branches found
No related tags found
No related merge requests found
Showing
with 595 additions and 593 deletions
......@@ -305,7 +305,9 @@ static void recur_compute_centers_ (double R, double a1, double a2,
}
}
if (added != toadd && root->children.size()> 0) {
printf("!!!!!!!! ARG added =%d != %d (bounds=%d, child=%d)\n", added, boundaries.size()-1- root->children.size(), boundaries.size(), root->children.size());
printf("!!!!!!!! ARG added = %d != %d (bounds=%d, child=%d)\n", added,
(int)(boundaries.size() - 1 - root->children.size()), (int)boundaries.size(),
(int)root->children.size());
//exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment