diff --git a/aprod.c b/aprod.c index b4ee20383e1e992cec570954366f949d91ac20a9..1557317b9e88f5d1e6e90a896ff4ca37cd009a15 100644 --- a/aprod.c +++ b/aprod.c @@ -12,9 +12,7 @@ void aprod(int mode, long int m, long int n, double *vVect, double *knownTerms, double *systemMatrix, long int *matrixIndex, int *instrCol, int *instrConstrIlung, struct comData comlsqr, time_t *ompSec) { - - - + // Parallel definitions int myid, nproc; long int *mapNoss, *mapNcoeff; @@ -74,12 +72,7 @@ void aprod(int mode, long int m, long int n, double *vVect, double *knownTerms, long offsetInstrParam = comlsqr.offsetInstrParam; long offsetGlobParam = comlsqr.offsetGlobParam; - - - - - - + tid = 0; if (mode != 1 && mode != 2)