[MOAB-dev] commit/MOAB: danwu: Added sqijk to ScdParData::PartitionMethodNames array and updated comment of enum ScdParData::PartitionMethod
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Aug 14 12:39:20 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/d9db09e97a5c/
Changeset: d9db09e97a5c
Branch: master
User: danwu
Date: 2013-08-14 19:38:52
Summary: Added sqijk to ScdParData::PartitionMethodNames array and updated comment of enum ScdParData::PartitionMethod
Affected #: 2 files
diff --git a/src/ScdInterface.cpp b/src/ScdInterface.cpp
index 1f021ff..054b8dd 100644
--- a/src/ScdInterface.cpp
+++ b/src/ScdInterface.cpp
@@ -21,7 +21,7 @@
namespace moab
{
-const char *ScdParData::PartitionMethodNames[] = {"alljorkori", "alljkbal", "sqij", "sqjk", "trivial", "nopart"};
+const char *ScdParData::PartitionMethodNames[] = {"alljorkori", "alljkbal", "sqij", "sqjk", "sqijk", "trivial", "nopart"};
ScdInterface::ScdInterface(Core *imp, bool boxes)
: mbImpl(imp),
diff --git a/src/moab/ScdInterface.hpp b/src/moab/ScdInterface.hpp
index 6b61c69..473a398 100644
--- a/src/moab/ScdInterface.hpp
+++ b/src/moab/ScdInterface.hpp
@@ -111,8 +111,9 @@ public:
}
//! Partition method enumeration; these strategies are described in comments for
- //! compute_partition_alljorkori, compute_partition_alljkbal, compute_partition_sqij, and compute_partition_sqjk
- enum PartitionMethod {ALLJORKORI=0, ALLJKBAL, SQIJ, SQJK, SQIJK, TRIVIAL, NOPART};
+ //! compute_partition_alljorkori, compute_partition_alljkbal, compute_partition_sqij,
+ //! compute_partition_sqjk, and compute_partition_sqijk
+ enum PartitionMethod {ALLJORKORI = 0, ALLJKBAL, SQIJ, SQJK, SQIJK, TRIVIAL, NOPART};
//! Partition method names
static const char *PartitionMethodNames[NOPART];
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