Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 2408 |
Rev 2419 |
| Line 532... |
Line 532... |
{
|
{
|
PetscErrorCode ierr;
|
PetscErrorCode ierr;
|
|
|
PetscFunctionBegin;
|
PetscFunctionBegin;
|
if (!*ctx) PetscFunctionReturn(0);
|
if (!*ctx) PetscFunctionReturn(0);
|
ierr = PetscViewerASCIIMonitorDestroy(&(*ctx)->viewer);CHKERRQ(ierr);
|
ierr = PetscViewerDestroy(&(*ctx)->viewer);CHKERRQ(ierr);
|
ierr = PetscFree(*ctx);CHKERRQ(ierr);
|
ierr = PetscFree(*ctx);CHKERRQ(ierr);
|
PetscFunctionReturn(0);
|
PetscFunctionReturn(0);
|
}
|
}
|
|
|
|
|