[MOAB-dev] commit/MOAB: danwu: In serial build, psize of all cells (including the gather cells) is always 1 for MPAS reader.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Mon Oct 7 17:44:18 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/2f68f48446f8/
Changeset: 2f68f48446f8
Branch: master
User: danwu
Date: 2013-10-08 00:44:06
Summary: In serial build, psize of all cells (including the gather cells) is always 1 for MPAS reader.
Affected #: 1 file
diff --git a/test/io/read_mpas_nc.cpp b/test/io/read_mpas_nc.cpp
index cdef72d..597c752 100644
--- a/test/io/read_mpas_nc.cpp
+++ b/test/io/read_mpas_nc.cpp
@@ -194,7 +194,7 @@ void test_read_onevar()
// between the two face sequences.
CHECK_EQUAL((size_t)4, cells.psize()); // Gather set cells included
#else
- CHECK_EQUAL((size_t)2, cells.psize()); // Gather set cells included
+ CHECK_EQUAL((size_t)1, cells.psize()); // Gather set cells included
#endif
// Get gather set
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