[GRASS-SVN] r64246 - grass-addons/grass7/imagery/i.spec.sam
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 19 10:14:20 PST 2015
Author: ychemin
Date: 2015-01-19 10:14:20 -0800 (Mon, 19 Jan 2015)
New Revision: 64246
Modified:
grass-addons/grass7/imagery/i.spec.sam/Makefile
grass-addons/grass7/imagery/i.spec.sam/matrix.h
Log:
update i.spec.sam
Modified: grass-addons/grass7/imagery/i.spec.sam/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/Makefile 2015-01-19 17:39:07 UTC (rev 64245)
+++ grass-addons/grass7/imagery/i.spec.sam/Makefile 2015-01-19 18:14:20 UTC (rev 64246)
@@ -3,8 +3,8 @@
PGM = i.spec.sam
EXTRALIB = meschach.a
-LIBES = $(IMAGERYLIB) $(GMATHLIB) $(RASTERLIB) $(GISLIB) $(VECTLIB)
-DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(RASTERDEP) $(GISDEP) $(VECTDEP)
+LIBES = $(IMAGERYLIB) $(GMATHLIB) $(RASTERLIB) $(GISLIB)
+DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(RASTERDEP) $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
Modified: grass-addons/grass7/imagery/i.spec.sam/matrix.h
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/matrix.h 2015-01-19 17:39:07 UTC (rev 64245)
+++ grass-addons/grass7/imagery/i.spec.sam/matrix.h 2015-01-19 18:14:20 UTC (rev 64246)
@@ -178,8 +178,8 @@
/* free (de-allocate) (band) matrices, vectors, permutations and
integer vectors */
extern int iv_free(IVEC *);
-extern m_free(MAT *),v_free(VEC *),px_free(PERM *);
-extern int bd_free(BAND *);
+extern int m_free(MAT *),v_free(VEC *),px_free(PERM *);
+extern int bd_free(BAND *);
#endif
More information about the grass-commit
mailing list