Browse Source

Merge pull request #1376 from jiangzhongshi/patch-1

Update reference link in active_set
Jérémie Dumas 6 years ago
parent
commit
03528b295e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/active_set.h

+ 1 - 1
include/igl/active_set.h

@@ -18,7 +18,7 @@ namespace igl
   struct active_set_params;
   // Known Bugs: rows of [Aeq;Aieq] **must** be linearly independent. Should be
   // using QR decomposition otherwise:
-  //   http://www.okstate.edu/sas/v8/sashtml/ormp/chap5/sect32.htm
+  // https://v8doc.sas.com/sashtml/ormp/chap5/sect32.htm
   //
   // ACTIVE_SET Minimize quadratic energy 
   //