Skip to content

Commit b28bed6

Browse files
committed
Update comment in area and bpssphere setups
1 parent f6e118e commit b28bed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/petsc/setuparea.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static problemData problemOptions[6] = {
117117
// PETSc sphere auxiliary functions
118118
// -----------------------------------------------------------------------------
119119

120-
// Utility function taken from petsc/src/dm/impls/plex/examples/tutorials/ex7.c
120+
// Utility function taken from petsc/src/dm/impls/plex/tutorials/ex7.c
121121
static PetscErrorCode ProjectToUnitSphere(DM dm) {
122122
Vec coordinates;
123123
PetscScalar *coords;

examples/petsc/setupsphere.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static bpData bpOptions[6] = {
215215
// PETSc sphere auxiliary functions
216216
// -----------------------------------------------------------------------------
217217

218-
// Utility function taken from petsc/src/dm/impls/plex/examples/tutorials/ex7.c
218+
// Utility function taken from petsc/src/dm/impls/plex/tutorials/ex7.c
219219
static PetscErrorCode ProjectToUnitSphere(DM dm) {
220220
Vec coordinates;
221221
PetscScalar *coords;

0 commit comments

Comments
 (0)