-- File:  SplinePkg.config.  Makes SplinePkg.bcd
--m.stone September 26, 1980  6:00 PM

SplinePkg: CONFIGURATION
	 IMPORTS InlineDefs,Real EXPORTS SplineDefs =
BEGIN
DCubicsSub;	--any one of the dcubic routines
SplineMemoryFns;
RUM ← RegularUMSpline[];	--Regular Splines, Unit Mesh
RAL ← RegularALSpline[];	--Regular Splines, Arc Length
L ← LocalSpline[];		--Local Splines
Splines[RAL,RUM,L];		--Router for above three modules
END.