diff options
-rw-r--r-- | c++/examples/Group.h5 | bin | 6712 -> 6712 bytes | |||
-rw-r--r-- | c++/examples/Makefile.in | 4 | ||||
-rw-r--r-- | c++/examples/SDS.h5 | bin | 2168 -> 2168 bytes | |||
-rw-r--r-- | c++/examples/SDScompound.h5 | bin | 2208 -> 2208 bytes | |||
-rw-r--r-- | c++/examples/SDSextendible.h5 | bin | 4864 -> 4864 bytes | |||
-rw-r--r-- | c++/examples/Select.h5 | bin | 2432 -> 2432 bytes |
6 files changed, 2 insertions, 2 deletions
diff --git a/c++/examples/Group.h5 b/c++/examples/Group.h5 Binary files differindex d8f7e89..ef35e1c 100644 --- a/c++/examples/Group.h5 +++ b/c++/examples/Group.h5 diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 2ba0672..67c448a 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -27,7 +27,7 @@ TEST_OBJ=$(TEST_SRC:.cpp=.lo) ## These are the programs that `make all' or `make tests' will build and which ## `make check' will run. List them in the order they should be run. -PROGS=$(TEST_SRC:.cpp=) +TEST_PROGS=$(TEST_SRC:.cpp=) TEST_SCRIPTS=$(srcdir)/testexamples.sh @@ -36,7 +36,7 @@ TEST_SCRIPTS=$(srcdir)/testexamples.sh CLEAN= ## How to build the programs... they all depend on the Fortran & C hdf5 libraries -$(PROGS): $(LIB) $(LIBHDF5) +$(TEST_PROGS): $(LIB) $(LIBHDF5) compound: compound.lo @$(LT_LINK_EXE) $(CXXFLAGS) -o $@ compound.lo $(LDFLAGS) $(LIB) $(LIBS) $(LIBHDF5) diff --git a/c++/examples/SDS.h5 b/c++/examples/SDS.h5 Binary files differindex 483dc89..87237cd 100644 --- a/c++/examples/SDS.h5 +++ b/c++/examples/SDS.h5 diff --git a/c++/examples/SDScompound.h5 b/c++/examples/SDScompound.h5 Binary files differindex c72307f..644fb76 100644 --- a/c++/examples/SDScompound.h5 +++ b/c++/examples/SDScompound.h5 diff --git a/c++/examples/SDSextendible.h5 b/c++/examples/SDSextendible.h5 Binary files differindex b0f178a..9f040a4 100644 --- a/c++/examples/SDSextendible.h5 +++ b/c++/examples/SDSextendible.h5 diff --git a/c++/examples/Select.h5 b/c++/examples/Select.h5 Binary files differindex 93ba46b..bdd6947 100644 --- a/c++/examples/Select.h5 +++ b/c++/examples/Select.h5 |