Skip to content
Snippets Groups Projects
Commit 75bc379e authored by matta's avatar matta
Browse files

* Removing debug line in MakePhysicalTree

parent bb2b13b8
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,7 @@ int main(int argc, char** argv)
clock_t end = begin;
// main loop on entries
// for (int i = 0; i < nentries; i++) {
for (int i = 0; i < 10000; i++) {
for (int i = 0; i < nentries; i++) {
if (i%10000 == 0 && i!=0) {
cout.precision(5);
end = clock();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment