Skip to content

Commit

Permalink
Add fclose() in pxdrive3d1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Sep 14, 2021
1 parent 021946b commit 7375880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions EXAMPLE/pddrive3d1.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ main (int argc, char *argv[])
dScalePermstructFree (&ScalePermstruct);
dLUstructFree (&LUstruct);
PStatFree (&stat);
fclose(fp);

/* ------------------------------------------------------------
RELEASE THE SUPERLU PROCESS GRID.
Expand Down
1 change: 1 addition & 0 deletions EXAMPLE/psdrive3d1.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ main (int argc, char *argv[])
sScalePermstructFree (&ScalePermstruct);
sLUstructFree (&LUstruct);
PStatFree (&stat);
fclose(fp);

/* ------------------------------------------------------------
RELEASE THE SUPERLU PROCESS GRID.
Expand Down
1 change: 1 addition & 0 deletions EXAMPLE/pzdrive3d1.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ main (int argc, char *argv[])
zScalePermstructFree (&ScalePermstruct);
zLUstructFree (&LUstruct);
PStatFree (&stat);
fclose(fp);

/* ------------------------------------------------------------
RELEASE THE SUPERLU PROCESS GRID.
Expand Down

0 comments on commit 7375880

Please sign in to comment.