kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #25235
Re: [PATCH 1/5] Clarify ERC: we're iterating netlist items, not nets
Patches 1-3/5 committed in the product branch r6952 along with some
minor housing keeping that I did. FYI: <wx/debug.h> is already included
in fctsys.h->wx/wx.h->wx/defs.h so I removed it.
Thanks,
Wayne
On 6/27/2016 3:35 PM, Simon Richter wrote:
>
> This renames the "net", "lastNet" and "nextNet" variables to "item",
> "lastItem" and "nextItem", respectively, because these refer to netlist
> items, not nets.
> ---
> eeschema/dialogs/dialog_erc.cpp | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References