diff --git a/include/netclass.h b/include/netclass.h index 8960688b57..7d1bd01353 100644 --- a/include/netclass.h +++ b/include/netclass.h @@ -183,18 +183,18 @@ protected: /// The units on these parameters is Internal Units (1 nm) - OPT m_Clearance; ///< clearance when routing + OPT m_Clearance; ///< clearance when routing - OPT m_TrackWidth; ///< track width used to route NETs in this NETCLASS - OPT m_ViaDia; ///< via diameter - OPT m_ViaDrill; ///< via drill hole diameter + OPT m_TrackWidth; ///< track width used to route NETs in this NETCLASS + OPT m_ViaDia; ///< via diameter + OPT m_ViaDrill; ///< via drill hole diameter - OPT m_uViaDia; ///< microvia diameter - OPT m_uViaDrill; ///< microvia drill hole diameter + OPT m_uViaDia; ///< microvia diameter + OPT m_uViaDrill; ///< microvia drill hole diameter - OPT m_diffPairWidth; - OPT m_diffPairGap; - OPT m_diffPairViaGap; + OPT m_diffPairWidth; + OPT m_diffPairGap; + OPT m_diffPairViaGap; int m_wireWidth; int m_busWidth;