Skip to content
Snippets Groups Projects
Commit 12e74d67 authored by Fabio Roberto Vitello's avatar Fabio Roberto Vitello
Browse files

Update aprod.c

parent 8033e342
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ 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;
......@@ -75,11 +73,6 @@ void aprod(int mode, long int m, long int n, double *vVect, double *knownTerms,
long offsetGlobParam = comlsqr.offsetGlobParam;
tid = 0;
if (mode != 1 && mode != 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment