commit/MOAB: tautges: Fixing some tests after function name was changed.
1 new commit in MOAB: https://bitbucket.org/fathomteam/moab/commits/f706e6af436c/ Changeset: f706e6af436c Branch: master User: tautges Date: 2014-03-17 20:12:40 Summary: Fixing some tests after function name was changed. Affected #: 3 files diff --git a/test/perf/point_location/sploc_searching_perf.cpp b/test/perf/point_location/sploc_searching_perf.cpp index fcda676..d150ec4 100644 --- a/test/perf/point_location/sploc_searching_perf.cpp +++ b/test/perf/point_location/sploc_searching_perf.cpp @@ -118,7 +118,7 @@ int main(int argc, char **argv) << cpu_time << " " << perc_outside << " "; - tree->tree_stats().output(); + tree->tree_stats().output_all_stats(); if (eeval) delete eeval; diff --git a/test/perf/point_location/tree_searching_perf.cpp b/test/perf/point_location/tree_searching_perf.cpp index 241aab8..0b09ba0 100644 --- a/test/perf/point_location/tree_searching_perf.cpp +++ b/test/perf/point_location/tree_searching_perf.cpp @@ -111,7 +111,7 @@ int main(int argc, char **argv) << cpu_time << " " << perc_outside << " "; - tree->tree_stats().output(); + tree->tree_stats().output_all_stats(); } // tree_tp diff --git a/test/spatial_locator_test.cpp b/test/spatial_locator_test.cpp index 404e668..4415d78 100644 --- a/test/spatial_locator_test.cpp +++ b/test/spatial_locator_test.cpp @@ -140,7 +140,7 @@ void test_locator(SpatialLocator *sl) } std::cout << "Traversal stats:" << std::endl; - sl->get_tree()->tree_stats().output(); + sl->get_tree()->tree_stats().output_trav_stats(); if (print_tree) { std::cout << "Tree information: " << std::endl; Repository URL: https://bitbucket.org/fathomteam/moab/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org