~ubuntu-branches/ubuntu/jaunty/electric/jaunty

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/ncc/strategy/StratCount.java

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-01-08 02:05:08 UTC
  • mfrom: (1.1.2 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090108020508-0h3li7zt9mu5gf0i
Tags: 8.08-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
    }
296
296
 
297
297
    private void doFor(Part p){
298
 
        numberOfPartConnections += p.getNumWiresConnected();
 
298
        numberOfPartConnections += p.numDistinctWires();
299
299
    }
300
300
    
301
301
    // ----------------------- intended interface -----------------------------