Changes between Version 35 and Version 36 of Grass7/RasterLib


Ignore:
Timestamp:
Jun 29, 2009, 11:54:27 AM (15 years ago)
Author:
martinl
Comment:

r38116

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/RasterLib

    v35 v36  
    66 * r38003 - selected fns moved from gislib to rasterlib
    77 * Various fixes: r38005, r38006, r38007, r38008, r38010
    8  * Rename fns: r38082, r38083, r38099, r38106, r38109, r38110, r38112, r38113, r38115
     8 * Rename fns: r38082, r38083, r38099, r38106, r38109, r38110, r38112, r38113, r38115, r38116
    99
    1010Here is the list of functions marked to be move to raster library (for full list see [source:grass/trunk/include/raster.h include/raster.h]):
     
    151151||  G_make_colors  ||  Rast_make_colors  || [source:grass/trunk/lib/raster/color_rules.c lib/raster/color_rules.c] || 
    152152||  G_make_fp_colors  ||  Rast_make_fp_colors  || [source:grass/trunk/lib/raster/color_rules.c lib/raster/color_rules.c] || 
    153 ||  G_set_color  ||  Rast_set_color  || [source:grass/trunk/lib/raster/color_set.c lib/raster/color_set.c] || 
    154 ||  G_set_d_color  ||  Rast_set_d_color  || [source:grass/trunk/lib/raster/color_set.c lib/raster/color_set.c] ||  Rename to Rast_set_fp_color?
     153||  G_set_color  ||  Rast_set_c_color  || [source:grass/trunk/lib/raster/color_set.c lib/raster/color_set.c] || Renamed in r38116
     154||  G_set_d_color  ||  Rast_set_d_color  || [source:grass/trunk/lib/raster/color_set.c lib/raster/color_set.c] || 
    155155||  G_set_null_value_color  ||  Rast_set_null_value_color  || [source:grass/trunk/lib/raster/color_set.c lib/raster/color_set.c] || 
    156156||  G_set_default_color  ||  Rast_set_default_color  || [source:grass/trunk/lib/raster/color_set.c lib/raster/color_set.c] ||