1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: the 'bool' keyword defines a type with HDF5 1.10
An by the way, this variable is unused.
Author: Gilles Filippini <pini@debian.org>
Index: libgpiv-0.6.1/lib/io.c
===================================================================
--- libgpiv-0.6.1.orig/lib/io.c
+++ libgpiv-0.6.1/lib/io.c
@@ -1569,8 +1569,6 @@ read_pivdata_from_stdin (gboolean fastx
gfloat dat_x = -10.0e5, dat_y = -10.0e5;
gint line_nr = 0;
- gboolean bool = FALSE;
-
/*
* Count nx, ny, similar to count_asciidata
|