[MOAB-dev] commit/MOAB: danwu: Created a small version of the unit test mesh file gcrm_r3.nc (using NC writer, ncdump and ncgen), reducing the file size from 18.5 MB to 237.5 KB. Note, a few variables were eliminated (e.g. relative). Also, both layers (256) and interfaces (257) were reduced to 3.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri May 30 13:35:14 CDT 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/2e26ea458b20/
Changeset:   2e26ea458b20
Branch:      master
User:        danwu
Date:        2014-05-30 20:33:23
Summary:     Created a small version of the unit test mesh file gcrm_r3.nc (using NC writer, ncdump and ncgen), reducing the file size from 18.5 MB to 237.5 KB. Note, a few variables were eliminated (e.g. relative). Also, both layers (256) and interfaces (257) were reduced to 3.

Affected #:  2 files

diff --git a/MeshFiles/unittest/io/gcrm_r3.nc b/MeshFiles/unittest/io/gcrm_r3.nc
index 6d1b8d2..1c7328b 100644
Binary files a/MeshFiles/unittest/io/gcrm_r3.nc and b/MeshFiles/unittest/io/gcrm_r3.nc differ

diff --git a/test/io/read_gcrm_nc.cpp b/test/io/read_gcrm_nc.cpp
index 1304495..91608f2 100644
--- a/test/io/read_gcrm_nc.cpp
+++ b/test/io/read_gcrm_nc.cpp
@@ -27,7 +27,7 @@ void test_gather_onevar(); // Test gather set with one variable
 void get_options(std::string& opts);
 
 const double eps = 1e-6;
-const int layers = 256;
+const int layers = 3;
 
 int main(int argc, char* argv[])
 {

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