[Kst] kdeextragear-2/kst/plugins/crosscorrelation
Andrew Walker
arwalker at sumusltd.com
Wed Dec 10 18:53:41 CET 2003
CVS commit by arwalker:
Set the default return value from the plugin to -1, denoting failure.
M +1 -1 crosscorrelation.c 1.2
--- kdeextragear-2/kst/plugins/crosscorrelation/crosscorrelation.c #1.1:1.2
@@ -213,5 +213,5 @@ int crosscorrelation( const double *cons
double* pTransform[2];
double dTemp;
- int iRetVal = 0;
+ int iRetVal = -1;
int iNumPoints = 8;
int iLength;
More information about the Kst
mailing list