Default type for a new net is now Net::Type::LOGICAL (and not UNDEFINED)

This commit is contained in:
Damien Dupuis 2010-10-01 13:29:35 +00:00
parent 1155d95365
commit 3d2d3e545d
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ Net::Net(Cell* cell, const Name& name)
_isGlobal(false),
_isExternal(false),
_isAutomatic(false),
_type(),
_type(Type::LOGICAL), // default is Type::LOGICAL : no more Type::Undefined - Damien.Dupuis 01/10/2010
_direction(),
_position(0,0),
_componentSet(),