gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/pegboard/1017 PEG_1017.rst


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/doc/pegboard/1017 PEG_1017.rst
Date: Tue, 15 Oct 2002 17:23:18 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/10/15 17:23:18

Modified files:
        doc/pegboard/1017: PEG_1017.rst 

Log message:
        Fix syntax

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/1017/PEG_1017.rst.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/1017/PEG_1017.rst
diff -c gzz/doc/pegboard/1017/PEG_1017.rst:1.1 
gzz/doc/pegboard/1017/PEG_1017.rst:1.2
*** gzz/doc/pegboard/1017/PEG_1017.rst:1.1      Tue Oct 15 09:32:52 2002
--- gzz/doc/pegboard/1017/PEG_1017.rst  Tue Oct 15 17:23:18 2002
***************
*** 3,33 ****
  =============================================================
  
  :Author:   Asko Soukka
! :Date:     $Date: 2002/10/15 13:32:52 $
! :Revision: $Revision: 1.1 $
  :Status:   Incomplete
  
! The reading depth in gzz.view.BFRaster is currently a public 
! attribute, which is only used within BFRaster.read(). We could
! get rid of it by making it parameter for BFRaster.read().
! Since it no longer has default value, BFRaster's reading depth
  can't be negligently ignored by view designer.
      
  Of course we can leave public depth attribute as it is and 
! make new BFRaster.read() simple to give it a new value and call
! the old read().
  
  Changes
  -------
  
!      gzz/view/BFRaster.java
  
! -    /** The depth to which read() will create the raster.
! -     */
! -    public int depth = 5;
  
! -    public void read(Cell center, Dim[] dims) { 
! +    public void read(Cell center, Dim[] dims, int depth) { 
  
  
  
--- 3,35 ----
  =============================================================
  
  :Author:   Asko Soukka
! :Date:     $Date: 2002/10/15 21:23:18 $
! :Revision: $Revision: 1.2 $
  :Status:   Incomplete
  
! The reading depth in ``gzz.view.BFRaster`` is currently a public 
! attribute, which is only used within ``BFRaster.read()``. We could
! get rid of it by making it parameter for ``BFRaster.read()``.
! Since it no longer has default value, ``BFRaster``'s reading depth
  can't be negligently ignored by view designer.
      
  Of course we can leave public depth attribute as it is and 
! make new ``BFRaster.read()`` simple to give it a new value and call
! the old ``read()``.
  
  Changes
  -------
  
! ::
  
!          gzz/view/BFRaster.java
  
!     -    /** The depth to which read() will create the raster.
!     -     */
!     -    public int depth = 5;
! 
!     -    public void read(Cell center, Dim[] dims) { 
!     +    public void read(Cell center, Dim[] dims, int depth) { 
  
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]