File: FitJaMPkg.config. Makes FitJaM.bcd
Maureen Stone April 21, 1985 1:40:50 pm PST
FitJaMPkg: CONFIGURATION
IMPORTS Complex, Imager, ImagerTransform, ImagerPixelMaps, ImagerMasks, Scaled, AIS, IO, BasicTime, Basics, JaMImager, JaM, FS, Rope, Real, RealFns, SafeStorage, SampledCurveEdit, Scaled, AIS, ViewerOps, MessageWindow, UFFileManager, UFPressFontReader, Font, SampledColors, SDtoSF, PiecewiseFit, FitState, FitStateUtils, FitIO, Filters, PotentialKnots, Outline
EXPORTS ALL
CONTROL ComplexJaM, FitIOJaM, FitEditJaM, FiltersJaM, PotentialKnotsJaM, PiecewiseFitJaM, ContourJaM, FitJaMImpl =
BEGIN
ComplexJaM; --complex number interface
FitIOJaM; --JaM interfaces
FitEditJaM;
FiltersJaM;
PotentialKnotsJaM;
PiecewiseFitJaM;
ContourJaM; --JaM Interface to Outline
FitJaMImpl; --JaM centralizer
END.