]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
Fix for 32-bit platforms
authoreap <eap@opencascade.com>
Thu, 20 Dec 2012 10:19:51 +0000 (10:19 +0000)
committereap <eap@opencascade.com>
Thu, 20 Dec 2012 10:19:51 +0000 (10:19 +0000)
commit0115246c96be37462cdd8a481d1fa47edaf9c46d
tree078ef05822349b5d6505aab70128ec50d045492b
parent58146f92159251a922a251d6a86af89eadabae2d
Fix for 32-bit platforms

-  int          GetElementIds( int* ids ) const;
+  template< typename IDTYPE >
+    int        GetElementIds( IDTYPE* ids ) const
+  {
+    return getElementIds( (void*)ids, sizeof(IDTYPE));
+  }
src/SMESHDS/SMESHDS_GroupOnFilter.cxx
src/SMESHDS/SMESHDS_GroupOnFilter.hxx