[MOAB-dev] r2820 - MOAB/trunk
pppebay at sandia.gov
pppebay at sandia.gov
Tue Apr 14 19:58:16 CDT 2009
Author: pebay
Date: 2009-04-14 19:58:16 -0500 (Tue, 14 Apr 2009)
New Revision: 2820
Modified:
MOAB/trunk/CMakeLists.txt
MOAB/trunk/SweptElementData.hpp
Log:
BUG: missed ,
Modified: MOAB/trunk/CMakeLists.txt
===================================================================
--- MOAB/trunk/CMakeLists.txt 2009-04-15 00:57:28 UTC (rev 2819)
+++ MOAB/trunk/CMakeLists.txt 2009-04-15 00:58:16 UTC (rev 2820)
@@ -163,7 +163,9 @@
SparseTagSuperCollection.cpp
SparseTagCollection.cpp
StructuredElementSeq.cpp
+ SweptElementData.cpp
SweptElementSeq.cpp
+ SweptVertexData.cpp
TagInfo.cpp
TagServer.cpp
Tqdcfr.cpp
Modified: MOAB/trunk/SweptElementData.hpp
===================================================================
--- MOAB/trunk/SweptElementData.hpp 2009-04-15 00:57:28 UTC (rev 2819)
+++ MOAB/trunk/SweptElementData.hpp 2009-04-15 00:58:16 UTC (rev 2820)
@@ -80,7 +80,7 @@
//! constructor
SweptElementData( MBEntityHandle start_handle,
const int imin, const int jmin, const int kmin,
- const int imax, const int jmax, const int kmax
+ const int imax, const int jmax, const int kmax,
const int* Cq );
virtual ~SweptElementData();
More information about the moab-dev
mailing list