Changes between Version 17 and Version 18 of MessageStandardization
- Timestamp:
- 08/02/09 05:26:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MessageStandardization
v17 v18 148 148 149 149 Raster map <%s> not found in mapset <%s> 150 G_open_cell_old() 150 Rast_open_old() [in GRASS 6: G_open_cell_old()] 151 151 Unable to open raster map <%s> 152 G_open_cell_new() 152 Rats_open_new [in GRASS 6: G_open_cell_new()] 153 153 Unable to create raster map <%s> 154 G_close_cell() 154 Rast_close() [in GRASS 6: G_close_cell()] 155 155 Unable to close raster map <%s> 156 G_get_cellhd() 156 Rast_get_cellhd() [in GRASS 6: G_get_cellhd()] 157 157 Unable to read header of raster map <%s> 158 G_get_raster_row() 158 Rast_get_row() [in GRASS 6: G_get_raster_row()] 159 159 Unable to read raster map <%s> row %d 160 G_put_raster_row() 160 Rast_put_row() [in GRASS 6: G_put_raster_row()] 161 161 Failed writing raster map <%s> row %d 162 G_write_cats() 162 Rast_write_cats [in GRASS 6: G_write_cats()] 163 163 Unable to write category file for raster map <%s> 164 G_read_colors() 164 Rast_read_colors() [in GRASS 6: G_read_colors()] 165 165 Unable to read color file of raster map <%s> 166 G_read_cats() 166 Rast_read_cats() [in GRASS 6: G_read_cats()] 167 167 Unable to read category file of raster map <%s> 168 G_read_fp_range() 168 Rast_fp_range() [in GRASS 6: G_read_fp_range()] 169 169 Unable to read fp range of raster map <%s> 170 G_read_range() 170 Rast_read_range() [in GRASS 6: G_read_range()] 171 171 Unable to read range of raster map <%s> 172 172