Browse Source

actually fix [ci skip]

Alec Jacobson 1 week ago
parent
commit
d248108bd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/linprog.cpp

+ 1 - 1
include/igl/linprog.cpp

@@ -110,7 +110,7 @@ IGL_INLINE bool igl::linprog(
       if(MAXIT>0 && it>=MAXIT)
       {
 #ifdef IGL_LINPROG_VERBOSE
-        std::std::cerr<<"linprog: warning! maximum iterations without convergence."<<std::endl;
+        std::cerr<<"linprog: warning! maximum iterations without convergence."<<std::endl;
 #endif
         success = false;
         break;