[MOAB-dev] commit/MOAB: iulian07: periodicity vars have dimension 3 now
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Aug 14 10:37:34 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/5b046dbf9ddd/
Changeset: 5b046dbf9ddd
Branch: master
User: iulian07
Date: 2013-08-14 17:36:34
Summary: periodicity vars have dimension 3 now
Affected #: 1 file
diff --git a/test/scdseq_test.cpp b/test/scdseq_test.cpp
index 76fbf8d..b241bb1 100644
--- a/test/scdseq_test.cpp
+++ b/test/scdseq_test.cpp
@@ -1359,8 +1359,8 @@ void test_parallel_partitions()
ErrorCode test_parallel_partition(int *gdims, int nprocs, int part_method)
{
ErrorCode rval;
- int pto, pfrom, across_bdy_a[2], across_bdy_b[2], rdims_a[6], rdims_b[6], facedims_a[6], facedims_b[6], ldims[6],
- lper[2], pijk[3];
+ int pto, pfrom, across_bdy_a[3], across_bdy_b[3], rdims_a[6], rdims_b[6], facedims_a[6], facedims_b[6], ldims[6],
+ lper[3], pijk[3];
ScdParData spd;
for (int i = 0; i < 6; i++) spd.gDims[i] = gdims[i];
for (int i = 0; i < 3; i++) spd.gPeriodic[i] = 0;
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