[GRASS-SVN] r67264 - grass/branches/releasebranch_7_0/lib/imagery
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 20 01:58:23 PST 2015
Author: neteler
Date: 2015-12-20 01:58:23 -0800 (Sun, 20 Dec 2015)
New Revision: 67264
Modified:
grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c
Log:
imagerylib: C compliance (trunk, r67258)
Modified: grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c 2015-12-20 09:47:11 UTC (rev 67263)
+++ grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c 2015-12-20 09:58:23 UTC (rev 67264)
@@ -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