diff --git a/src/system.cpp b/src/system.cpp index 2773303..3a04ec4 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -277,7 +277,6 @@ bool System::SolveLeastSquares(void) { } bool System::NewtonSolve(int tag) { - if(mat.m > mat.n) return false; int iter = 0; bool converged = false;