[GME-commit] GMESRC/GME/ConstraintManager OCLGMECMFacade.cpp,1.20,1.21

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu May 6 10:36:31 CDT 2004


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

Modified Files:
	OCLGMECMFacade.cpp 
Log Message:
default evaluation changed to model

CVS User: bogyom

Index: OCLGMECMFacade.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/ConstraintManager/OCLGMECMFacade.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** OCLGMECMFacade.cpp	30 Apr 2004 21:08:48 -0000	1.20
--- OCLGMECMFacade.cpp	6 May 2004 14:36:28 -0000	1.21
***************
*** 241,245 ****
  		COMTHROW( spNode->get_Value( PutOut( strTemp ) ) );
  		if ( strTemp.IsEmpty() )
! 			m_infoEvaluation.iModelDepth = 1;
  		else {
  			m_infoEvaluation.iModelDepth = atoi( strTemp.GetBuffer( strTemp.GetLength() ) );
--- 241,245 ----
  		COMTHROW( spNode->get_Value( PutOut( strTemp ) ) );
  		if ( strTemp.IsEmpty() )
! 			m_infoEvaluation.iModelDepth = 0; // 1; // terge
  		else {
  			m_infoEvaluation.iModelDepth = atoi( strTemp.GetBuffer( strTemp.GetLength() ) );



More information about the GME-commit mailing list