[GME-commit] GMESRC/GME/ConstraintManager OCLType.cpp,1.5,1.6

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon May 10 11:12:17 CDT 2004


Update of /var/lib/gme/GMESRC/GME/ConstraintManager
In directory braindrain:/tmp/cvs-serv1885

Modified Files:
	OCLType.cpp 
Log Message:
constraint check aborted during edit - corrected

CVS User: bogyom

Index: OCLType.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/ConstraintManager/OCLType.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** OCLType.cpp	23 Apr 2004 19:10:13 -0000	1.5
--- OCLType.cpp	10 May 2004 15:12:11 -0000	1.6
***************
*** 354,358 ****
  	bool TypeManager::IsTypeA( const TypeSeq& vecType1, const TypeSeq& vecType2 )
  	{
! 		if ( vecType2.size() > vecType1.size() )
  			return false;
  		for ( int i = 0 ; i < vecType1.size() ; i++ )
--- 354,359 ----
  	bool TypeManager::IsTypeA( const TypeSeq& vecType1, const TypeSeq& vecType2 )
  	{
! 		// terge ?? 
! 		if ( vecType2.size() < vecType1.size() )
  			return false;
  		for ( int i = 0 ; i < vecType1.size() ; i++ )



More information about the GME-commit mailing list