[MOAB-dev] commit/MOAB: danwu: Minor updates on some comments.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 10 16:03:40 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/2085ac13c30f/
Changeset:   2085ac13c30f
Branch:      master
User:        danwu
Date:        2013-09-10 23:03:24
Summary:     Minor updates on some comments.

Affected #:  2 files

diff --git a/src/io/NCHelper.hpp b/src/io/NCHelper.hpp
index 6355141..4982b4c 100644
--- a/src/io/NCHelper.hpp
+++ b/src/io/NCHelper.hpp
@@ -164,10 +164,10 @@ protected:
   //! Center dimension numbers for i/j
   int iCDim, jCDim;
 
-  //! Whether mesh is locally periodic in i or j
+  //! Whether mesh is locally periodic in i or j or k
   int locallyPeriodic[3];
 
-  //! Whether mesh is globally periodic in i or j
+  //! Whether mesh is globally periodic in i or j or k
   int globallyPeriodic[3];
 };
 

diff --git a/src/moab/ScdInterface.hpp b/src/moab/ScdInterface.hpp
index ef25bb1..df8c772 100644
--- a/src/moab/ScdInterface.hpp
+++ b/src/moab/ScdInterface.hpp
@@ -123,7 +123,7 @@ public:
     //! lower and upper corners of global box
   int gDims[6];
 
-    //! is globally periodic in i or j
+    //! is globally periodic in i or j or k
   int gPeriodic[3];
 
     //! number of procs in each direction
@@ -274,7 +274,7 @@ public:
      * \param rdims(6) (out) Parametric min/max of destination part
      * \param facedims(6) (out) Parametric min/max of interface between pfrom and pto; if at the max in a periodic
      *                          direction, set to global min of that direction
-     * \param across_bdy(2) (out) If across_bdy[i] is -1(1), interface with pto is across periodic lower(upper) bdy 
+     * \param across_bdy(3) (out) If across_bdy[i] is -1(1), interface with pto is across periodic lower(upper) bdy
      *                            in parameter i, 0 otherwise
      */
   static ErrorCode get_neighbor(int np, int nr, const ScdParData &spd, const int * const dijk,
@@ -724,7 +724,7 @@ private:
     //! lower and upper corners
   int boxDims[6];
 
-    //! is locally periodic in i or j
+    //! is locally periodic in i or j or k
   int locallyPeriodic[3];
 
     //! parallel data associated with this box, if any

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