[Mobies-commit] [commit] r4071 - UDM/trunk/src/UdmGme
    ksmyth at redhat1.isis.vanderbilt.edu 
    ksmyth at redhat1.isis.vanderbilt.edu
       
    Fri Jul  6 09:40:15 CDT 2012
    
    
  
Author: ksmyth
Date: Fri Jul  6 09:40:14 2012
New Revision: 4071
Log:
Remove bogus asserts
Modified:
   UDM/trunk/src/UdmGme/UdmGme.cpp
Modified: UDM/trunk/src/UdmGme/UdmGme.cpp
==============================================================================
--- UDM/trunk/src/UdmGme/UdmGme.cpp	Thu Jul  5 16:42:49 2012	(r4070)
+++ UDM/trunk/src/UdmGme/UdmGme.cpp	Fri Jul  6 09:40:14 2012	(r4071)
@@ -974,8 +974,6 @@
 				}
 				MGACOLL_ITERATE_END;
 */
-				ASSERT(pvect.size() <= 1);
-				ASSERT(kvect.size() <= 1);
 				for(i = pvect.begin(); i != pvect.end(); i++) 
 				{
 					IMgaSimpleConnectionPtr conn = static_cast<GmeObject *>(*i)->self;
    
    
More information about the Mobies-commit
mailing list