[MOAB-dev] commit/MOAB: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Nov 26 13:06:27 CST 2013


2 new commits in MOAB:

https://bitbucket.org/fathomteam/moab/commits/7eba4053b4c6/
Changeset:   7eba4053b4c6
Branch:      None
User:        tautges
Date:        2013-11-26 20:05:45
Summary:     Correcting comment for proper option name.

Affected #:  1 file

diff --git a/src/moab/AdaptiveKDTree.hpp b/src/moab/AdaptiveKDTree.hpp
index 4a5ce1b..e8e4c2b 100644
--- a/src/moab/AdaptiveKDTree.hpp
+++ b/src/moab/AdaptiveKDTree.hpp
@@ -44,7 +44,7 @@ namespace moab {
          * a new root set and pass its handle back in *tree_root_set.  Options vary by tree type;
          * see Tree.hpp for common options; options specific to AdaptiveKDTree:
          * SPLITS_PER_DIR: number of candidate splits considered per direction; default = 3
-         * CANDIDATE_PLANE_SET: method used to decide split planes; see CandidatePlaneSet enum (below)
+         * PLANE_SET: method used to decide split planes; see CandidatePlaneSet enum (below)
          *          for possible values; default = 1 (SUBDIVISION_SNAP)
          * \param entities Entities with which to build the tree
          * \param tree_root Root set for tree (see function description)


https://bitbucket.org/fathomteam/moab/commits/f11ecb4146bc/
Changeset:   f11ecb4146bc
Branch:      master
User:        tautges
Date:        2013-11-26 20:06:15
Summary:     Adding a few information output lines to this test.

Affected #:  1 file

diff --git a/test/parallel/structured3.cpp b/test/parallel/structured3.cpp
index daf065b..950c63d 100644
--- a/test/parallel/structured3.cpp
+++ b/test/parallel/structured3.cpp
@@ -75,10 +75,12 @@ void create_parallel_mesh()
   CHECK_ERR(rval);
   
     // resolve shared verts
+  std::cout << "Resolving shared ents..." << std::endl;
   rval = pc.resolve_shared_ents(new_box->box_set(), -1, 0, &tag);
   CHECK_ERR(rval);
   times[1] = MPI_Wtime();
   
+  std::cout << "Exchanging ghost cells..." << std::endl;
   rval = pc.exchange_ghost_cells(-1, -1, 0, 0, true, true);
   CHECK_ERR(rval);
   times[2] = MPI_Wtime();

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