[GRASS-SVN] r46546 - grass/branches/develbranch_6/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 3 07:56:22 EDT 2011


Author: neteler
Date: 2011-06-03 04:56:22 -0700 (Fri, 03 Jun 2011)
New Revision: 46546

Modified:
   grass/branches/develbranch_6/scripts/i.spectral/i.spectral
Log:
fix syntax

Modified: grass/branches/develbranch_6/scripts/i.spectral/i.spectral
===================================================================
--- grass/branches/develbranch_6/scripts/i.spectral/i.spectral	2011-06-03 11:56:15 UTC (rev 46545)
+++ grass/branches/develbranch_6/scripts/i.spectral/i.spectral	2011-06-03 11:56:22 UTC (rev 46546)
@@ -245,10 +245,10 @@
 ## if more then 2 points we can draw an interpolated spline:
 #if [ $PARAM_NUM -gt 2 ]
 #then
-#   echo "set data style linespoints" >> spectrum.gnuplot
+#   echo "set style data linespoints" >> spectrum.gnuplot
 #   echo "plot 'data' with points pt 779, '' smooth csplines t 'spline interpolated'" >> spectrum.gnuplot
 #else
-   echo "set data style lines" >> spectrum.gnuplot
+   echo "set style data lines" >> spectrum.gnuplot
   
 
  rm -f data.dum



More information about the grass-commit mailing list