Re: [petsc-dev] pushing MASSIVE change to PETSc-dev
21 Apr
2011
21 Apr
'11
10:18 a.m.
One consequence of this change is that, in general, it should no longer be necessary to use the construct if (x->y) {ierr = YDestroy(x->y);CHKERRQ(ierr)} Instead, you should be able to always use ierr = YDestroy(&x->y);CHKERRQ(ierr); There are still some of the former around, but it should not be used in new code.
5591
Age (days ago)
5591
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown