diff --git a/include/MidedgeAngleTanFormulation.h b/include/MidedgeAngleTanFormulation.h index 09b7d6b..8cd6402 100644 --- a/include/MidedgeAngleTanFormulation.h +++ b/include/MidedgeAngleTanFormulation.h @@ -27,7 +27,7 @@ namespace LibShell { Eigen::Matrix* derivative, // F(face, i), then the three vertices opposite F(face,i), then the thetas on oppositeEdge(face,i) std::vector >* hessian); - static bool MidedgeAngleTanFormulation::edgeDOFsValid( + static bool edgeDOFsValid( const MeshConnectivity& mesh, const Eigen::MatrixXd& curPos, const Eigen::VectorXd& extraDOFs);