TABLE OF CONTENTS


CDefines/MAX_PAR [ Definitions ]

NAME

    MAX_PAR --- hard limit on maximum parameter value allowed

FUNCTION

For numerical reasons, it's necessary to impose an upper limit on spline parameter values. It's set to 20, because exp(20) should be a sufficiently large number.

SOURCE

188 #define MAX_PAR 20