Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1af51fdf authored by PICHON Gregoire's avatar PICHON Gregoire
Browse files

minor

parent 9c9ecb99
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ genLaplacian( const char *filename,
return rc;
spm->flttype = flttype;
spm->n = spm->gN = dim1 * dim2 * dim3;
spm->n = dim1 * dim2 * dim3;
laplacian_7points[spm->flttype](spm, dim1, dim2, dim3, alpha, beta);
......@@ -344,7 +344,7 @@ genExtendedLaplacian( const char *filename,
return rc;
spm->flttype = flttype;
spm->n = spm->gN = dim1 * dim2 * dim3;
spm->n = dim1 * dim2 * dim3;
if( dim3 > 0 ) {
extended_laplacian_table3D[spm->flttype](spm, dim1, dim2, dim3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment