|
@@ -26,7 +26,7 @@ IGL_INLINE bool igl::harmonic(
|
|
|
const Eigen::PlainObjectBase<DerivedF> & F,
|
|
|
const Eigen::PlainObjectBase<Derivedb> & b,
|
|
|
const Eigen::PlainObjectBase<Derivedbc> & bc,
|
|
|
- int k,
|
|
|
+ const int k,
|
|
|
Eigen::PlainObjectBase<DerivedW> & W)
|
|
|
{
|
|
|
using namespace Eigen;
|
|
@@ -78,7 +78,7 @@ IGL_INLINE bool igl::harmonic(
|
|
|
const Eigen::PlainObjectBase<DerivedF> & F,
|
|
|
const Eigen::PlainObjectBase<Derivedb> & b,
|
|
|
const Eigen::PlainObjectBase<Derivedbc> & bc,
|
|
|
- int k,
|
|
|
+ const int k,
|
|
|
Eigen::PlainObjectBase<DerivedW> & W)
|
|
|
{
|
|
|
using namespace Eigen;
|