[MOAB-dev] commit/MOAB: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 3 15:59:04 CDT 2013


2 new commits in MOAB:

https://bitbucket.org/fathomteam/moab/commits/7f1555536b88/
Changeset:   7f1555536b88
Branch:      None
User:        tautges
Date:        2013-09-03 22:57:49
Summary:     Fixed a few warnings and reduced the runtime for scdseq_test, which was unnecessarily long.

Passes tests in serial, parallel, debug, optimized.

Affected #:  2 files

diff --git a/itaps/imesh/iMesh_MOAB.cpp b/itaps/imesh/iMesh_MOAB.cpp
index 6d55492..d09fec1 100644
--- a/itaps/imesh/iMesh_MOAB.cpp
+++ b/itaps/imesh/iMesh_MOAB.cpp
@@ -3424,7 +3424,7 @@ void iMesh_createStructuredMesh(iMesh_Instance instance,
 }
 
 void iMesh_freeMemory(
-        iMesh_Instance instance,
+    iMesh_Instance /*instance*/,
           /**< [in] iMesh instance handle */
          void ** ptrToMem)
 {

diff --git a/test/scdseq_test.cpp b/test/scdseq_test.cpp
index b241bb1..6393ddc 100644
--- a/test/scdseq_test.cpp
+++ b/test/scdseq_test.cpp
@@ -584,7 +584,7 @@ ErrorCode eseq_test2d(ScdInterface *scdi)
     // tri-valent shared edge between the three blocks
 
     // interval settings: only 3 of them
-  int int1 = 100, int2 = 100, int3 = 100, int4 = 100;
+  int int1 = 10, int2 = 10, int3 = 10, int4 = 10;
   ScdBox *ebox[3], *vbox[3];
   ErrorCode result = create_3dtri_3_sequences(scdi, int1, int2, int3, int4, vbox, ebox);
   CHECK_ERR(result);


https://bitbucket.org/fathomteam/moab/commits/e3d936644e0d/
Changeset:   e3d936644e0d
Branch:      master
User:        tautges
Date:        2013-09-03 22:57:50
Summary:     Add a few lines to .gitignore.

Affected #:  1 file

diff --git a/.gitignore b/.gitignore
index 6d29b5e..967aaa7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,10 +131,12 @@ test/obb/obb_time
 test/obb/obb_tree_tool
 test/obb_test
 test/oldinc/test_oldinc
+test/read_mpas_nc
 test/parallel/*.h5m
 test/parallel/*.vtk
 test/parallel/mbparallelcomm_test
 test/parallel/mhdf_parallel
+test/parallel/mpastrvpart
 test/parallel/par_coupler_test
 test/parallel/par_intx_sph
 test/parallel/parallel_hdf5_test
@@ -158,6 +160,7 @@ test/perf/tstt_perf_binding
 test/range_test
 test/reorder_test
 test/scdseq_test
+test/scd_test_partn
 test/seq_man_test
 test/tag_test
 test/test_adj

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