Stochastic
2010-10-15 07:56:02 UTC
Code snippet 1: (Why the []??)
delete [] m_pParm;
Code snippet 2: (What is the _DEXPORT?? I assume this is a function that returns a double, but could _DEXPORT be some kind of object that gets returned instead of a double??)
double _DEXPORT Circ(int np, double **pdAc, double **pdV, double *X0,
double &R, e_approx approx=lsq);