/[gzz]/gzz/gzz/view/BFRaster.java
ViewVC logotype

Diff of /gzz/gzz/view/BFRaster.java

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

revision 1.2 by tjl, Mon Aug 19 14:45:48 2002 UTC revision 1.3 by tjl, Tue Oct 15 12:41:49 2002 UTC
# Line 40  public static final String rcsid = "$Id$ Line 40  public static final String rcsid = "$Id$
40      protected static void pa(String s) { System.err.println(s); }      protected static void pa(String s) { System.err.println(s); }
41    
42    
43        /** The depth to which read() will create the raster.
44         */
45        public int depth = 5;
46    
47    
48      /** The cells of the raster.      /** The cells of the raster.
49       */       */
50      public Cell[] cells = new Cell[200];      public Cell[] cells = new Cell[200];
# Line 53  public static final String rcsid = "$Id$ Line 58  public static final String rcsid = "$Id$
58       */       */
59      public boolean[] used = new boolean[cells.length];      public boolean[] used = new boolean[cells.length];
60    
     public int depth = 5;  
   
61        
62      public void read(Cell center, Dim[] dims) {      public void read(Cell center, Dim[] dims) {
63          boolean done = false;          boolean done = false;

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

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