Skip to content

Commit

Permalink
Update comment in area and bpssphere setups
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed Jul 17, 2020
1 parent f6e118e commit b28bed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/petsc/setuparea.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static problemData problemOptions[6] = {
// PETSc sphere auxiliary functions
// -----------------------------------------------------------------------------

// Utility function taken from petsc/src/dm/impls/plex/examples/tutorials/ex7.c
// Utility function taken from petsc/src/dm/impls/plex/tutorials/ex7.c
static PetscErrorCode ProjectToUnitSphere(DM dm) {
Vec coordinates;
PetscScalar *coords;
Expand Down
2 changes: 1 addition & 1 deletion examples/petsc/setupsphere.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static bpData bpOptions[6] = {
// PETSc sphere auxiliary functions
// -----------------------------------------------------------------------------

// Utility function taken from petsc/src/dm/impls/plex/examples/tutorials/ex7.c
// Utility function taken from petsc/src/dm/impls/plex/tutorials/ex7.c
static PetscErrorCode ProjectToUnitSphere(DM dm) {
Vec coordinates;
PetscScalar *coords;
Expand Down

0 comments on commit b28bed6

Please sign in to comment.