Skip to content

Commit

Permalink
s/PetscMap/PetscLayout/ as in PETSc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Nov 8, 2009
1 parent f7f9526 commit 66914a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vec/vecd.c
Expand Up @@ -71,7 +71,7 @@ static dErr VecDuplicate_Dohp(Vec x,Vec *iny)
* I will be sufficiently involved to notice changes here. Famous last words. */
err = VecCreate(((dObject)x)->comm,&y);dCHK(err);

err = PetscMapDestroy(y->map);dCHK(err);
err = PetscLayoutDestroy(y->map);dCHK(err);
y->map = x->map;
y->map->refcnt++;

Expand Down

0 comments on commit 66914a6

Please sign in to comment.