Fixed implicit conversion warning

This commit is contained in:
Mael Rouxel-Labbé 2017-06-22 12:02:36 +02:00
parent d4801521c3
commit d63d631ce3
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ private:
CGAL_precondition(M.row_dimension() == M.column_dimension());
CGAL_precondition(M.row_dimension() == B.dimension());
const std::size_t big_n = M.row_dimension();
const int big_n = M.row_dimension();
const std::size_t n = 2 * num_vertices(mesh);
NT D;