From 3c8021648ce896e998e67abe306bef3d602ba628 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 5 Feb 2013 08:14:48 +0000 Subject: [PATCH] remove a comment being at improper place --- src/MEDCoupling/MEDCouplingFieldDouble.cxx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/MEDCoupling/MEDCouplingFieldDouble.cxx b/src/MEDCoupling/MEDCouplingFieldDouble.cxx index 7ac45ca38..f2fb7e1bd 100644 --- a/src/MEDCoupling/MEDCouplingFieldDouble.cxx +++ b/src/MEDCoupling/MEDCouplingFieldDouble.cxx @@ -1,25 +1,3 @@ -/*! - * Builds a newly created field, that the caller will have the responsability to deal with. - * \n This method makes the assumption that the field \a this is correctly defined when this method is called (\c this->checkCoherency() returns without any exception thrown), **no check of this will be done**. - * \n This method returns a restriction of \a this so that only tuples id specified in [ \a partBg , \a partEnd ) will be contained in returned field. - * \n Parameter [\a partBg, \a partEnd ) specifies \b cell \b ids \b whatever \b the \b spatial \b discretization of \a this - * (\ref ParaMEDMEM::ON_CELLS "ON_CELLS", \ref ParaMEDMEM::ON_NODES "ON_CELLS", \ref ParaMEDMEM::ON_GAUSS_PT "ON_GAUSS_PT", \ref ParaMEDMEM::ON_GAUSS_NE "ON_GAUSS_NE") - * - * \param [in] partEnd end (not included) of input range cell ids to select [ \a partBg, \a partEnd - * \return a newly allocated field the caller should deal with. - * - * \throw if there is presence of an invalid cell id in [ \a partBg, \a partEnd ) regarding the number of cells of \c this->getMesh() - * - * \ref cpp_mcfielddouble_subpart1 "Here a C++ example." - * - * \ref py_mcfielddouble_subpart1 "Here a Python example." - * \sa ParaMEDMEM::MEDCouplingFieldDouble::buildSubPart(const DataArrayInt *) const - */ - - - - - // Copyright (C) 2007-2012 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or -- 2.39.2