Fix warnings

This commit is contained in:
Laurent Rineau 2011-07-05 12:20:43 +00:00
parent 65519c0f63
commit f4ab5af7e6
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ int main ()
assert(msC.number_of_support_points() == msH.number_of_support_points());
// points_begin, points_end
int m;
std::ptrdiff_t m;
m = std::distance (msC.points_begin(), msC.points_end());
assert(m == n);
m = std::distance (msH.points_begin(), msH.points_end());