From a1ad62bc74dbedaeae4229faca27c61e1882966d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 31 Oct 2013 15:32:32 +0100 Subject: [PATCH] 'use_core_vfd.c' renamed to 'write_core_vfd.c' --- examples/H5Part/Makefile.am | 4 ++-- examples/H5Part/{use_core_vfd.c => write_core_vfd.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/H5Part/{use_core_vfd.c => write_core_vfd.c} (100%) diff --git a/examples/H5Part/Makefile.am b/examples/H5Part/Makefile.am index 1749bad..4a66b9d 100644 --- a/examples/H5Part/Makefile.am +++ b/examples/H5Part/Makefile.am @@ -23,7 +23,7 @@ noinst_PROGRAMS += \ read_setnparticles \ read_setview \ read_strided \ - use_core_vfd \ + write_core_vfd \ write_setnparticles \ write_setview \ write_strided @@ -35,7 +35,7 @@ noinst_PROGRAMS += \ read_setnparticlesf \ read_setviewf \ read_stridedf \ - use_core_vfd \ + write_core_vfd \ write_setnparticlesf \ write_setviewf \ write_stridedf diff --git a/examples/H5Part/use_core_vfd.c b/examples/H5Part/write_core_vfd.c similarity index 100% rename from examples/H5Part/use_core_vfd.c rename to examples/H5Part/write_core_vfd.c