Skip to content
  • Olivier Stasse's avatar
    Fix a pb on size_t for Dim. · 839df5df
    Olivier Stasse authored
    size_t is unsigned but not Eigen::Dynamics (which is set to -1)
    This set Dim to the maximal value for a long unsigned int.
    This generates overflow.
    This commit fix this problem.
    839df5df