; > Hi Kenny
> >
> > 2009/7/7 Kenny Abernathy :
> >> I can guarantee that all analysis will be finished before the Unit
> object is
> >> destroyed and delete[] is called, so I don't think that's a problem.
> >
> > There is a neat trick to mak
I've built an analysis framework for studying electrophysiogical data, and
I'd like to add NumPy (and SciPy, although that's not germane to my current
question) as an engine so users can more easily add their own functions to
the program. I'm at the point now of trying to share the data between th