Prechádzať zdrojové kódy

rasterlib: closecell.c renamed to close.c, opencell.c renamed to open.c

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44713 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 rokov pred
rodič
commit
e4f3d72085
3 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 2 2
      include/rasterdefs.h
  2. 1 1
      lib/raster/closecell.c
  3. 1 1
      lib/raster/opencell.c

+ 2 - 2
include/rasterdefs.h

@@ -96,7 +96,7 @@ char *Rast_get_cell_title(const char *, const char *);
 int Rast_cell_stats_histo_eq(struct Cell_stats *, CELL, CELL, CELL, CELL, int,
 			     void (*)(CELL, CELL, CELL));
 
-/* closecell.c */
+/* close.c */
 void Rast_close(int);
 void Rast_unopen(int);
 void Rast__unopen_all(void);
@@ -429,7 +429,7 @@ void Rast__convert_01_flags(const char *, unsigned char *, int);
 void Rast__convert_flags_01(char *, const unsigned char *, int);
 void Rast__init_null_bits(unsigned char *, int);
 
-/* opencell.c */
+/* open.c */
 int Rast_open_old(const char *, const char *);
 int Rast__open_old(const char *, const char *);
 int Rast_open_c_new(const char *);

+ 1 - 1
lib/raster/closecell.c

@@ -1,5 +1,5 @@
 /*!
- * \file raster/closecell.c
+ * \file raster/close.c
  * 
  * \brief Raster Library - Close raster file
  *

+ 1 - 1
lib/raster/opencell.c

@@ -1,5 +1,5 @@
 /*!
- * \file raster/opencell.c
+ * \file raster/open.c
  * 
  * \brief Raster Library - Open raster file
  *