/[gzz]/gzz/lava/gzz/zzutil/Connection.java
ViewVC logotype

Diff of /gzz/lava/gzz/zzutil/Connection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Mon Nov 25 23:52:50 2002 UTC revision 1.2 by benja, Sun Jan 5 11:02:50 2003 UTC
# Line 3  import gzz.*; Line 3  import gzz.*;
3    
4  public class Connection{  public class Connection{
5    
6          public Dim dim;      public Dim dim;
7          public Cell negside, posside;      public Cell negside, posside;
8    
9        public Connection(Cell negside, Dim dim, Cell posside) {
10            this.dim = dim;
11            this.negside = negside;
12            this.posside = posside;
13        }
14  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26