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: Asko Soukka
Subject: [Gzz-commits] gzz/doc/pegboard/1017 PEG_1017.rst
Date: Mon, 21 Oct 2002 01:19:53 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/10/21 01:19:50

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

Log message:
        Fixing quotes...

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

Patches:
Index: gzz/doc/pegboard/1017/PEG_1017.rst
diff -c gzz/doc/pegboard/1017/PEG_1017.rst:1.4 
gzz/doc/pegboard/1017/PEG_1017.rst:1.5
*** gzz/doc/pegboard/1017/PEG_1017.rst:1.4      Fri Oct 18 09:14:10 2002
--- gzz/doc/pegboard/1017/PEG_1017.rst  Mon Oct 21 01:19:50 2002
***************
*** 3,10 ****
  =============================================================
  
  :Author:   Asko Soukka
! :Date:     $Date: 2002/10/18 13:14:10 $
! :Revision: $Revision: 1.4 $
  :Status:   Incomplete
  
  The reading depth in ``gzz.view.BFRaster`` is currently a public
--- 3,10 ----
  =============================================================
  
  :Author:   Asko Soukka
! :Date:     $Date: 2002/10/21 05:19:50 $
! :Revision: $Revision: 1.5 $
  :Status:   Incomplete
  
  The reading depth in ``gzz.view.BFRaster`` is currently a public
***************
*** 25,31 ****
  Currently there is a default value for the depth attribute. If
  the new depth attribute is always obligatory the default value
  is never used. Should we add the new attribute by only overloading /
! not replacing the current ''BFRaster.read()'' and make it still 
  possible to use also the default value?
  
  
--- 25,31 ----
  Currently there is a default value for the depth attribute. If
  the new depth attribute is always obligatory the default value
  is never used. Should we add the new attribute by only overloading /
! not replacing the current ``BFRaster.read()`` and make it still 
  possible to use also the default value?
  
  
***************
*** 44,46 ****
--- 44,63 ----
      -    public void read(Cell center, Dim[] dims) {
      +    public void read(Cell center, Dim[] dims, int rdepth) { 
      +            depth = rdepth;
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 




reply via email to

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