From c6dc048f25183efcf4787c81696861999743ce39 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Feb 2008 13:46:16 +0000 Subject: [PATCH] H5FedGetNumLevels() - moved to H5Fed_storeretrieve.c --- src/H5Fed.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/H5Fed.c b/src/H5Fed.c index f0c4918..b8083b4 100644 --- a/src/H5Fed.c +++ b/src/H5Fed.c @@ -35,7 +35,6 @@ \defgroup h5fed_c_api H5Fed C API */ -#include #include #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