Fixed allocated vector size in ML ANN algorithm

- updated return value of points_classifier sample
This commit is contained in:
Maksim Shabunin
2015-02-03 18:11:25 +03:00
parent 4c52dfc956
commit c85197da55
2 changed files with 2 additions and 2 deletions

View File

@@ -398,5 +398,5 @@ int main()
}
}
return 1;
return 0;
}