[MOAB-dev] r5664 - MOAB/trunk/src
rhl6856 at mcs.anl.gov
rhl6856 at mcs.anl.gov
Fri Aug 3 13:37:21 CDT 2012
Author: rhl6856
Date: 2012-08-03 13:37:21 -0500 (Fri, 03 Aug 2012)
New Revision: 5664
Modified:
MOAB/trunk/src/AdaptiveKDTree.cpp
Log:
fixed print bug
Modified: MOAB/trunk/src/AdaptiveKDTree.cpp
===================================================================
--- MOAB/trunk/src/AdaptiveKDTree.cpp 2012-08-03 18:37:20 UTC (rev 5663)
+++ MOAB/trunk/src/AdaptiveKDTree.cpp 2012-08-03 18:37:21 UTC (rev 5664)
@@ -2136,9 +2136,9 @@
++k;
}
std::cout << std::endl << "# of leafs: " << k+1 << std::endl;
- std::cout << std::endl << "max #: " << max << std::endl;
- std::cout << std::endl << "min #: " << min << std::endl;
- std::cout << std::endl << "# of elements " << k+1 << std::endl;
+ std::cout << std::endl << "max depth: " << max << std::endl;
+ std::cout << std::endl << "min depth: " << min << std::endl;
+ std::cout << std::endl << "# of elements " << num_of_elements << std::endl;
return MB_SUCCESS;
}
More information about the moab-dev
mailing list