[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
- Previous message: [GME-commit] GMESRC/GME/Gme StdAfx.h,1.7,1.8
- Next message: [GME-commit] GMESRC/Install Component.idt,1.24,1.25
FeatureComponents.idt,1.16,1.17 File.idt,1.24,1.25
ISComponentExtended.idt,1.17,1.18 Registry.idt,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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() ) );
- Previous message: [GME-commit] GMESRC/GME/Gme StdAfx.h,1.7,1.8
- Next message: [GME-commit] GMESRC/Install Component.idt,1.24,1.25
FeatureComponents.idt,1.16,1.17 File.idt,1.24,1.25
ISComponentExtended.idt,1.17,1.18 Registry.idt,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list