[GRASS-dev] Re: [GRASS GIS] #1231: v.parallel cycles

GRASS GIS trac at osgeo.org
Fri Dec 10 11:35:13 EST 2010


#1231: v.parallel cycles
-------------------------------+--------------------------------------------
 Reporter:  akbgf              |       Owner:  grass-dev@…              
     Type:  defect             |      Status:  new                      
 Priority:  normal             |   Milestone:  7.0.0                    
Component:  Vector             |     Version:  svn-trunk                
 Keywords:  v.parallel, patch  |    Platform:  Linux                    
      Cpu:  x86-32             |  
-------------------------------+--------------------------------------------
Changes (by yawl):

  * keywords:  v.parallel => v.parallel, patch


Comment:

 The function
 {{{
 void link__set_next(VOID_T * a, VOID_T * b)
 }}}
 in lib/linkm/next.c corrupted the
 {{{
 struct Slink
 {
     double x;
     struct Slink *next;
 };
 }}}
 defined in lib/vector/Vlib/poly.c
 by modifying x instead of *next.

 The patch is attached as grass.diff

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1231#comment:1>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list