From 1027d4644cc2d7c20d88fdec359ad1a9e76b0db4 Mon Sep 17 00:00:00 2001 From: rupeshkmr Date: Sat, 17 Jan 2026 17:47:33 +0530 Subject: [PATCH] fix: extra qualification error in function edgeDOFsValid in MidedgeAngleTanFormulation.h --- include/MidedgeAngleTanFormulation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);