Deleted Added
sdiff udiff text old ( 10447:a465576671d4 ) new ( 10448:bc1a3b7ab5ef )
full compact
1#include "model/PortInfo.h"
2
3namespace DSENT
4{
5 PortInfo::PortInfo(const String& port_name_, const NetIndex& net_index_)
6 : m_port_name_(port_name_), m_net_index_(net_index_), m_tran_info_(TransitionInfo())
7 {
8 }

--- 27 unchanged lines hidden ---