[commit] r1707 - trunk/GME/Core
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Nov 30 11:28:51 CST 2011
Author: ksmyth
Date: Wed Nov 30 11:28:51 2011
New Revision: 1707
Log:
Remove annoying assert
Modified:
trunk/GME/Core/CoreObject.cpp
Modified: trunk/GME/Core/CoreObject.cpp
==============================================================================
--- trunk/GME/Core/CoreObject.cpp Mon Nov 28 13:49:04 2011 (r1706)
+++ trunk/GME/Core/CoreObject.cpp Wed Nov 30 11:28:51 2011 (r1707)
@@ -56,8 +56,8 @@
CCoreObject::~CCoreObject()
{
- ASSERT( (objid == OBJID_NONE && project == NULL && metaobject == NULL ) ||
- (objid != OBJID_NONE && project != NULL && metaobject != NULL) );
+ //ASSERT( (objid == OBJID_NONE && project == NULL && metaobject == NULL ) ||
+ // (objid != OBJID_NONE && project != NULL && metaobject != NULL) );
// If this assertion fails, then we have killed the CCoreObject already.
// Probably the reference count on this is wrong.
More information about the gme-commit
mailing list