<> <> <> <> <> Fit: CONFIGURATION IMPORTS Complex, IO, Real, RealFns, Imager, ImagerPath EXPORTS ALL CONTROL PiecewiseFitPkg, DynFitImpl, FiltersImpl, PotentialKnotsImpl, ComplexImpl, FitStateImpl, FitStateUtilsImpl, FitIOImpl, OutlineImpl = BEGIN ComplexImpl; SampledCurvesImpl; PiecewiseFitPkg; --core of the curvefitting DynFitImpl; --nodes and filtering FiltersImpl; PotentialKnotsImpl; FitStateImpl; --Fit's data structures FitStateUtilsImpl; FitIOImpl; --Fit's IO OutlineImpl; --outlines pixel files END.