Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 27, 2015
2 parents 7b2414a + 7443279 commit a36850f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mmg3d/mmg3d2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,6 @@ int _MMG5_mmg3d2(MMG5_pMesh mesh,MMG5_pSol sol) {

/* Clean memory (but not pointer) */
_MMG5_DEL_MEM(mesh,sol->m,(sol->size*sol->npmax+1)*sizeof(double));
memset(sol,0,sizeof(MMG5_Sol));

return(1);
}

0 comments on commit a36850f

Please sign in to comment.