mirror of https://github.com/CGAL/cgal
one more fallthrough
This commit is contained in:
parent
87d4f89c14
commit
6042496f58
|
|
@ -435,6 +435,7 @@ RFcoefficientType * InitRecursiveCoefficients( double x,
|
|||
fprintf( stderr, "%s: switch to default recursive filter (Deriche's filters).\n", proc );
|
||||
}
|
||||
type_filter = ALPHA_DERICHE;
|
||||
CGAL_FALLTHROUGH;
|
||||
case ALPHA_DERICHE :
|
||||
|
||||
if ( (x < 0.1) || (x > 1.9) ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue