I glanced at this situation. Your colleague has confirmed that bspline.o is linked into dxexec, but it isn't accessible as a module because an entry for BSpline isn't in dx.mdf . This is possibly a problem with the binary distributions, but it seems cross-platform enough that there is possibly a problem building dx.mdf . Explicitly building dx.mdf produces a correct result. If you just have binaries, pending resolution patch your dx.mdf files (in $DXROOT/lib ) by adding
MODULE BSpline CATEGORY Transformation DESCRIPTION creates a bspline from a list of points INPUT input; scalar list or vector list; (none); list of points to smooth INPUT items; integer; 10; number of points in output spline INPUT order; integer; 4; order of spline OUTPUT result; vector list; list of interpolated points Pete Tom Bartol wrote: > Hi all, > > We've got a DX-3.1.4 net running under WinNT that uses the b-spline module > but just noticed that this module is missing from our installation of > OpenDX-4.1.0 on FreeBSD. We've searched the OpenDX website but have come > up empty. Does anyone know where we can obtain the b-spline module for > OpenDX? > > Thanks! > > Tom
