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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu May 8 08:33:32 CDT 2014


2 new commits in MOAB:

https://bitbucket.org/fathomteam/moab/commits/6823aa50e45c/
Changeset:   6823aa50e45c
Branch:      None
User:        iulian07
Date:        2014-05-08 06:09:53
Summary:     forgot hte test file from distribution

Affected #:  1 file

diff --git a/MeshFiles/unittest/io/Makefile.am b/MeshFiles/unittest/io/Makefile.am
index 3b767aa..a3a1c3c 100644
--- a/MeshFiles/unittest/io/Makefile.am
+++ b/MeshFiles/unittest/io/Makefile.am
@@ -22,6 +22,7 @@ EXTRA_DIST = HommeMapping.nc \
 	     sample.stl \
              three.smf \
              mpasx1.642.t.2.nc \
-             2d_naca0012.cgns
+             2d_naca0012.cgns \
+             gcrm_r3.nc
 
 


https://bitbucket.org/fathomteam/moab/commits/3765f8eb6613/
Changeset:   3765f8eb6613
Branch:      master
User:        iulian07
Date:        2014-05-08 06:47:12
Summary:     another error in distribution

spell GCRM :(

Affected #:  1 file

diff --git a/src/io/Makefile.am b/src/io/Makefile.am
index b8d2ff2..2d2d60b 100644
--- a/src/io/Makefile.am
+++ b/src/io/Makefile.am
@@ -23,13 +23,13 @@ if NETCDF_FILE
                      NCHelperFV.cpp NCHelperFV.hpp \
                      NCHelperHOMME.cpp NCHelperHOMME.hpp \
                      NCHelperMPAS.cpp NCHelperMPAS.hpp \
-                     NCHelperGCRM.cpp NCHelperCGRM.hpp \
+                     NCHelperGCRM.cpp NCHelperGCRM.hpp \
                      NCWriteHelper.cpp NCWriteHelper.hpp \
                      NCWriteEuler.cpp NCWriteEuler.hpp \
                      NCWriteFV.cpp NCWriteFV.hpp \
                      NCWriteHOMME.cpp NCWriteHOMME.hpp \
                      NCWriteMPAS.cpp NCWriteMPAS.hpp \
-                     NCWriteGCRM.cpp NCWriteCGRM.hpp 
+                     NCWriteGCRM.cpp NCWriteGCRM.hpp 
 else
   MOAB_NETCDF_SRCS =
 endif
@@ -43,11 +43,13 @@ if !NETCDF_FILE
                      NCHelperFV.cpp NCHelperFV.hpp \
                      NCHelperHOMME.cpp NCHelperHOMME.hpp \
                      NCHelperMPAS.cpp NCHelperMPAS.hpp \
+                     NCHelperGCRM.cpp NCHelperGCRM.hpp \
                      NCWriteHelper.cpp NCWriteHelper.hpp \
                      NCWriteEuler.cpp NCWriteEuler.hpp \
                      NCWriteFV.cpp NCWriteFV.hpp \
                      NCWriteHOMME.cpp NCWriteHOMME.hpp \
-                     NCWriteMPAS.cpp NCWriteMPAS.hpp 
+                     NCWriteMPAS.cpp NCWriteMPAS.hpp \
+                     NCWriteGCRM.cpp NCWriteGCRM.hpp 
 endif
 endif

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