[MOAB-dev] commit/MOAB: tautges: Fixing this so autotests run.
    commits-noreply at bitbucket.org 
    commits-noreply at bitbucket.org
       
    Tue Mar 18 10:54:41 CDT 2014
    
    
  
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/8450ae435a87/
Changeset:   8450ae435a87
Branch:      master
User:        tautges
Date:        2014-03-18 16:54:30
Summary:     Fixing this so autotests run.
Affected #:  1 file
diff --git a/test/parallel/par_spatial_locator_test.cpp b/test/parallel/par_spatial_locator_test.cpp
index 334f958..5f0199d 100644
--- a/test/parallel/par_spatial_locator_test.cpp
+++ b/test/parallel/par_spatial_locator_test.cpp
@@ -141,7 +141,7 @@ void test_locator(SpatialLocator *sl)
     std::cout << "Number of points inside an element = " << npoints-num_out << "/" << npoints 
               << " (" << 100.0*((double)npoints-num_out)/npoints << "%)" << std::endl;
     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.
    
    
More information about the moab-dev
mailing list