[GRASS-SVN] r54910 - grass/trunk/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 4 22:18:23 PST 2013


Author: ychemin
Date: 2013-02-04 22:18:23 -0800 (Mon, 04 Feb 2013)
New Revision: 54910

Modified:
   grass/trunk/imagery/i.landsat.toar/landsat_met.c
Log:
removed illegal c++ style commenting characters

Modified: grass/trunk/imagery/i.landsat.toar/landsat_met.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/landsat_met.c	2013-02-04 18:11:49 UTC (rev 54909)
+++ grass/trunk/imagery/i.landsat.toar/landsat_met.c	2013-02-05 06:18:23 UTC (rev 54910)
@@ -129,10 +129,10 @@
     {
         get_mtldata(mtldata, "SCENE_CENTER_SCAN_TIME", value);
     }
-    //Thanks Markus Metz !
-    //Remove trailing 'z'
+    /*Thanks Markus Metz !
+    Remove trailing 'z'*/
     value[strlen(value) - 1]='\0';
-    // Cast from hh:mm:ss into hh.hhh
+    /* Cast from hh:mm:ss into hh.hhh*/
     G_llres_scan(value, &lsat->time);
     if( lsat->time == 0. )
         G_warning("Time is %f", lsat->time);



More information about the grass-commit mailing list