Skip to content

Commit

Permalink
fixup! Remove DM and add DMDA and PetscDM types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy E Kozdon committed Jul 19, 2021
1 parent 84c43f7 commit 11dabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end

@for_petsc begin
function destroy(da::AbstractDM{$PetscLib})
finalized($PetscScalar) || @chk ccall(
finalized($PetscLib) || @chk ccall(
(:DMDestroy, $petsc_library),
PetscErrorCode,
(Ptr{CDM},),
Expand Down

0 comments on commit 11dabc3

Please sign in to comment.