Browse Source

removed illegal c++ style commenting characters

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54910 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 12 years ago
parent
commit
bfcab45fbc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      imagery/i.landsat.toar/landsat_met.c

+ 3 - 3
imagery/i.landsat.toar/landsat_met.c

@@ -129,10 +129,10 @@ void lsat_metadata( char * metafile, lsat_data * lsat)
     {
         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);