Skip to content

Commit efa1735

Browse files
committed
type alias moved to namespace
1 parent 9aaa349 commit efa1735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/constraints.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ using Eigen::Vector2d;
3737
using Eigen::Matrix;
3838
using Eigen::Matrix3d;
3939
using Eigen::RowVector3d;
40-
using VectorXidx = Eigen::Vector<Eigen::Index,Eigen::Dynamic>;
4140

4241
using Matfun::null;
4342
using Matfun::cof3;
@@ -46,6 +45,8 @@ using Matfun::sign;
4645

4746
namespace Constraint {
4847

48+
using VectorXidx = Eigen::Vector<Eigen::Index,Eigen::Dynamic>;
49+
4950

5051
MatrixXd Orthogonal::Jacobian( const VectorXidx & idxx,
5152
const VectorXd &l0,

0 commit comments

Comments
 (0)