diff --git a/Mesh/pzelchdiv.cpp b/Mesh/pzelchdiv.cpp index 0000df15a..95a1eae0a 100644 --- a/Mesh/pzelchdiv.cpp +++ b/Mesh/pzelchdiv.cpp @@ -1074,9 +1074,9 @@ void TPZCompElHDiv::Read(TPZStream &buf, void *context) } } //refinamento -template -void TPZCompElHDiv::PRefine(int order) -{ +//template +//void TPZCompElHDiv::PRefine(int order) +//{ // This function has been deprecated since TPZCompElHDivPressure has been deprecated // TODO: Delete or update? /* @@ -1142,7 +1142,7 @@ void TPZCompElHDiv::PRefine(int order) } */ -} +//} /** @brief Prints the relevant data of the element to the output stream */ template diff --git a/Mesh/pzelchdiv.h b/Mesh/pzelchdiv.h index 33bcca934..2829993da 100644 --- a/Mesh/pzelchdiv.h +++ b/Mesh/pzelchdiv.h @@ -248,7 +248,7 @@ class TPZCompElHDiv : public TPZIntelGen { /** @brief Read the element data from a stream */ void Read(TPZStream &buf, void *context) override; /** @brief Refinement along the element */ - virtual void PRefine(int order) override; +// virtual void PRefine(int order) override; //Checks the normal orientation of two neighbour GeoElSides; //Returns -1 if the sides have opposite normal vectors and 1 if they are equal.