Skip to content

Commit

Permalink
Fixed a weird issue with typedef in cpp_c2pf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghiles SALAH committed Jul 18, 2018
1 parent 56915aa commit ae387af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornac/models/context_cf/cpp/cpp_c2pf.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typedef Eigen::SparseMatrix<double> SpMat;
typedef SpMat::InnerIterator SpMatiter;

typedef Eigen::Triplet<double> T;
typedef std::vector<std::vector<double>> Mat;
typedef std::vector<std::vector<double> > Mat;
typedef std::vector<double> dVec;
typedef std::vector<int> iVec;

Expand Down

0 comments on commit ae387af

Please sign in to comment.