[MOAB-dev] commit/MOAB: janehu: Used the old version of code just now, this is the updated one.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Dec 3 13:47:43 CST 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/3aa7dceede9d/
Changeset:   3aa7dceede9d
Branch:      master
User:        janehu
Date:        2013-12-03 20:46:55
Summary:     Used the old version of code just now, this is the updated one.

Affected #:  1 file

diff --git a/src/io/ReadCGM.cpp b/src/io/ReadCGM.cpp
index 2986a6d..cc83c9b 100644
--- a/src/io/ReadCGM.cpp
+++ b/src/io/ReadCGM.cpp
@@ -477,7 +477,7 @@ ErrorCode ReadCGM::load_file(const char *cgm_file_name,
 #if  CGM_MAJOR_VERSION>12
     edge->get_graphics( data, norm_tol, faceting_tol);
 #else
-    edge->get_graphics( data, norm_tol);
+    edge->get_graphics( data, faceting_tol);
 #endif
     if (CUBIT_SUCCESS != s)
       return MB_FAILURE;

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