~ubuntu-branches/ubuntu/vivid/electric/vivid

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/generator/layout/TechType.java

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-07-08 21:54:23 UTC
  • mfrom: (1.1.6) (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140708215423-4zrgsca1e28tzcoc
Tags: 9.05+dfsg-1
* Imported Upstream version 9.05+dfsg.
* Add signing-key.pgp and check for valid upstream tarballs with uscan's
  pgpsigurlmangle feature.
* Move the package to Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        public int hashCode() {return arc1.hashCode()*arc2.hashCode();}
53
53
    }
54
54
 
55
 
    private class Transistor {
 
55
    private class Transistor implements Serializable {
56
56
        private final PrimitiveNode pn;
57
57
        private PrimitivePort topPoly, bottomPoly, leftDiff, rightDiff;
58
58