Skip to content

Commit

Permalink
Patch a valgrind error over the swap/split/collapse numbers in mmg3d.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 20, 2017
1 parent 5098909 commit c1d16a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MARK_AS_ADVANCED ( CI_DIR )
###############################################################################
SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
SET (CMAKE_RELEASE_VERSION_MINOR "3" )
SET (CMAKE_RELEASE_VERSION_PATCH "0" )
SET (CMAKE_RELEASE_VERSION_PATCH "1" )
SET (CMAKE_RELEASE_DATE "Apr. 10, 2017" )

SET (CMAKE_RELEASE_VERSION
Expand Down
1 change: 1 addition & 0 deletions src/mmg3d/mmg3d1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,7 @@ int _MMG5_anatet(MMG5_pMesh mesh,MMG5_pSol met,char typchk, int patternMode) {
int ier,nc,ns,nf,nnc,nns,nnf,it,minit,maxit,lastit;

/* analyze tetras : initial splitting */
ns = nc = nf = 0;
nns = nnc = nnf = it = 0;
lastit = 0;
minit = 3;
Expand Down

0 comments on commit c1d16a6

Please sign in to comment.