Fix cut() test

This commit is contained in:
Alessandro Ranellucci 2014-04-25 13:27:45 +02:00
parent 4f5d9ca795
commit 334bc4c581
2 changed files with 10 additions and 4 deletions

View file

@ -236,6 +236,8 @@ stl_rotate(float *x, float *y, float angle)
extern void
stl_get_size(stl_file *stl)
{
if (stl->stats.number_of_facets == 0) return;
int i;
int j;