[MOAB-dev] commit/MOAB: danwu: Updated size of ScdParData::PartitionMethodNames array
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Aug 14 13:11:57 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/aebc667ec3be/
Changeset: aebc667ec3be
Branch: master
User: danwu
Date: 2013-08-14 20:11:42
Summary: Updated size of ScdParData::PartitionMethodNames array
Affected #: 1 file
diff --git a/src/moab/ScdInterface.hpp b/src/moab/ScdInterface.hpp
index 473a398..f8a4df8 100644
--- a/src/moab/ScdInterface.hpp
+++ b/src/moab/ScdInterface.hpp
@@ -116,7 +116,7 @@ public:
enum PartitionMethod {ALLJORKORI = 0, ALLJKBAL, SQIJ, SQJK, SQIJK, TRIVIAL, NOPART};
//! Partition method names
- static const char *PartitionMethodNames[NOPART];
+ static const char *PartitionMethodNames[NOPART + 1];
//! partition method used to partition global parametric space
int partMethod;
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