|
@@ -8,9 +8,8 @@
|
|
|
#include "lim.h"
|
|
|
#include <LIMSolverInterface.h>
|
|
|
|
|
|
-using namespace igl::lim;
|
|
|
|
|
|
-IGL_INLINE State lim(
|
|
|
+IGL_INLINE State igl::lim::lim(
|
|
|
Eigen::Matrix<double,Eigen::Dynamic,3>& vertices,
|
|
|
const Eigen::Matrix<double,Eigen::Dynamic,3>& initialVertices,
|
|
|
const Eigen::Matrix<int,Eigen::Dynamic,Eigen::Dynamic>& elements,
|