Selaa lähdekoodia

i.vi: finish progress info (cosmetics) (merge https://trac.osgeo.org/grass/changeset/69994 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@69996 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 vuotta sitten
vanhempi
commit
2617761cc8
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      imagery/i.vi/main.c

+ 2 - 1
imagery/i.vi/main.c

@@ -508,7 +508,8 @@ int main(int argc, char *argv[])
 	}
 	Rast_put_d_row(outfd, outrast);
     }
-
+    G_percent(1, 1, 1);
+      
     G_free(inrast_redchan);
     Rast_close(infd_redchan);
     if (nirchan) {