one more fallthrough

This commit is contained in:
Andreas Fabri 2016-10-18 11:13:59 +02:00
parent 87d4f89c14
commit 6042496f58
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ RFcoefficientType * InitRecursiveCoefficients( double x,
fprintf( stderr, "%s: switch to default recursive filter (Deriche's filters).\n", proc ); fprintf( stderr, "%s: switch to default recursive filter (Deriche's filters).\n", proc );
} }
type_filter = ALPHA_DERICHE; type_filter = ALPHA_DERICHE;
CGAL_FALLTHROUGH;
case ALPHA_DERICHE : case ALPHA_DERICHE :
if ( (x < 0.1) || (x > 1.9) ) { if ( (x < 0.1) || (x > 1.9) ) {