[cgma-dev] r4858 - cgm/trunk/geom/parallel

hongjun at mcs.anl.gov hongjun at mcs.anl.gov
Sat May 21 16:05:35 CDT 2011


Author: hongjun
Date: 2011-05-21 16:05:31 -0500 (Sat, 21 May 2011)
New Revision: 4858

Modified:
   cgm/trunk/geom/parallel/CABodies.hpp
Log:
o Removed additional ";" mark
o Passes make check


Modified: cgm/trunk/geom/parallel/CABodies.hpp
===================================================================
--- cgm/trunk/geom/parallel/CABodies.hpp	2011-05-20 20:01:23 UTC (rev 4857)
+++ cgm/trunk/geom/parallel/CABodies.hpp	2011-05-21 21:05:31 UTC (rev 4858)
@@ -17,7 +17,7 @@
 {
 private:
  
-  int m_interface, m_uniqueID;;
+  int m_interface, m_uniqueID;
 
   DLIList<int> m_sharedBodies; // shared bodies
 








































More information about the cgma-dev mailing list