H5FedGetNumLevels()
- moved to H5Fed_storeretrieve.c
This commit is contained in:
-16
@@ -35,7 +35,6 @@
|
||||
\defgroup h5fed_c_api H5Fed C API
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <hdf5.h>
|
||||
#include "h5/h5.h"
|
||||
#include "h5/h5_private.h"
|
||||
@@ -99,21 +98,6 @@ h5_int_t H5GetNumNodes (
|
||||
return (h5_int_t)fh->nprocs;
|
||||
}
|
||||
|
||||
/*!
|
||||
\ingroup h5fed_c_api
|
||||
|
||||
Get the number of hierarchical mesh levels available in current step.
|
||||
|
||||
\return Number of hierarchical mesh levels
|
||||
\return \c -1 on error
|
||||
*/
|
||||
h5_int_t H5FedGetNumMeshLevels (
|
||||
h5_file * fh /*!< file handle */
|
||||
) {
|
||||
SET_FNAME ( __func__ );
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*!
|
||||
\ingroup h5fed_c_api
|
||||
|
||||
|
||||
Reference in New Issue
Block a user