[commit] r1837 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Feb 24 09:53:15 CST 2012
Author: ksmyth
Date: Fri Feb 24 09:53:15 2012
New Revision: 1837
Log:
Dont return E_MGA_NOT_DERIVABLE when trying to make an instance of something whose children has an instance (why was this disallowed?)
Modified:
trunk/GME/Mga/MgaComplexOps.cpp
Modified: trunk/GME/Mga/MgaComplexOps.cpp
==============================================================================
--- trunk/GME/Mga/MgaComplexOps.cpp Fri Feb 24 09:53:05 2012 (r1836)
+++ trunk/GME/Mga/MgaComplexOps.cpp Fri Feb 24 09:53:15 2012 (r1837)
@@ -1548,7 +1548,7 @@
GetRootOfDeriv(cbase, rr, &lev);
if( lev > 0 ||
lev == -1 && IsAnythingDerivedFromChildren(cbase) ) {
- COMTHROW(E_MGA_NOT_DERIVABLE);
+ // COMTHROW(E_MGA_NOT_DERIVABLE);
}
More information about the gme-commit
mailing list