[MOAB-dev] r1328 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Oct 23 16:26:12 CDT 2007


Author: kraftche
Date: 2007-10-23 16:26:12 -0500 (Tue, 23 Oct 2007)
New Revision: 1328

Modified:
   MOAB/trunk/MBOrientedBox.hpp
Log:
work around windows linker bug

Modified: MOAB/trunk/MBOrientedBox.hpp
===================================================================
--- MOAB/trunk/MBOrientedBox.hpp	2007-10-23 21:18:25 UTC (rev 1327)
+++ MOAB/trunk/MBOrientedBox.hpp	2007-10-23 21:26:12 UTC (rev 1328)
@@ -35,8 +35,9 @@
 
 /**\brief Oriented bounding box
  */
-struct MBOrientedBox
+class MBOrientedBox
 {
+public:
   MBCartVect center;  //!< Box center
   MBCartVect axis[3]; //!< Box axes, unit vectors sorted by extent of box along axis
 #if MB_ORIENTED_BOX_UNIT_VECTORS




More information about the moab-dev mailing list