November 13, 2006
Re-applied the 'INF' fix for constraint limits.
This commit is contained in:
ejcoumans
2006-12-19 02:33:05 +00:00
parent 818b672f60
commit a0f320764b
391 changed files with 9317 additions and 5101 deletions

View File

@@ -35,7 +35,7 @@ domInstance_light::registerElement()
_Meta = new daeMetaElement;
_Meta->setName( "instance_light" );
_Meta->registerConstructor(domInstance_light::create);
_Meta->registerClass(domInstance_light::create, &_Meta);
daeMetaCMPolicy *cm = NULL;
daeMetaElementAttribute *mea = NULL;
@@ -47,6 +47,8 @@ domInstance_light::registerElement()
mea->setElementType( domExtra::registerElement() );
cm->appendChild( mea );
cm->setMaxOrdinal( 0 );
_Meta->setCMRoot( cm );
// Add attribute: url
{