- H5Fed_map.[ch] removed

This commit is contained in:
2010-05-06 11:45:17 +00:00
parent dda3cb98a4
commit f9111871fe
3 changed files with 0 additions and 49 deletions
-2
View File
@@ -370,7 +370,6 @@ src/C/H5Block.c -text
src/C/H5Fed.c -text
src/C/H5Fed_adjacency.c -text
src/C/H5Fed_inquiry.c -text
src/C/H5Fed_map.c -text
src/C/H5Fed_retrieve.c -text
src/C/H5Fed_store.c -text
src/C/H5Fed_tags.c -text
@@ -442,7 +441,6 @@ src/include/H5Block.h -text
src/include/H5Fed.h -text
src/include/H5Fed_adjacency.h -text
src/include/H5Fed_inquiry.h -text
src/include/H5Fed_map.h -text
src/include/H5Fed_retrieve.h -text
src/include/H5Fed_store.h -text
src/include/H5Fed_tags.h -text
-23
View File
@@ -1,23 +0,0 @@
/*
Copyright 2007-2009
Paul Scherrer Institut, Villigen, Switzerland;
Benedikt Oswald;
Achim Gsell
All rights reserved.
Authors
Achim Gsell
Warning
This code is under development.
*/
/*!
\ingroup h5fed_c_api
\defgroup h5fed_map
*/
#include <stdarg.h>
#include <hdf5.h>
#include "h5core/h5_core.h"
#include "H5Fed.h"
-24
View File
@@ -1,24 +0,0 @@
/*
Header file for declaring the H5Fed application programming
interface (API) in the C language.
Copyright 2006-2007
Paul Scherrer Institut, Villigen, Switzerland;
Benedikt Oswald;
Achim Gsell
All rights reserved.
Authors
Achim Gsell
Warning
This code is under development.
*/
#ifndef __H5FED_MAP_H
#define __H5FED_MAP_H
#endif