[GRASS-SVN] r67258 - grass/trunk/lib/imagery
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 19 14:34:28 PST 2015
Author: mmetz
Date: 2015-12-19 14:34:28 -0800 (Sat, 19 Dec 2015)
New Revision: 67258
Modified:
grass/trunk/lib/imagery/iscatt_core.c
Log:
imagerylib: C compliance
Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c 2015-12-19 22:30:47 UTC (rev 67257)
+++ grass/trunk/lib/imagery/iscatt_core.c 2015-12-19 22:34:28 UTC (rev 67258)
@@ -373,7 +373,7 @@
which are modified according to values in belongs_pix
(represents scatter plot category)
*/
-static inline void update_cat_scatt_plts(struct rast_row *bands_rows,
+static void update_cat_scatt_plts(struct rast_row *bands_rows,
unsigned short *belongs_pix,
struct scScatts *scatts)
{
@@ -451,7 +451,7 @@
\return 0 on success
\return -1 on failure
*/
-static inline int compute_scatts_from_chunk_row(struct scCats *scatt_conds,
+static int compute_scatts_from_chunk_row(struct scCats *scatt_conds,
FILE ** f_cats_rasts_conds,
struct rast_row *bands_rows,
struct scCats *scatts,
More information about the grass-commit
mailing list