File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ static problemData problemOptions[6] = {
117
117
// PETSc sphere auxiliary functions
118
118
// -----------------------------------------------------------------------------
119
119
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
121
121
static PetscErrorCode ProjectToUnitSphere (DM dm ) {
122
122
Vec coordinates ;
123
123
PetscScalar * coords ;
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ static bpData bpOptions[6] = {
215
215
// PETSc sphere auxiliary functions
216
216
// -----------------------------------------------------------------------------
217
217
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
219
219
static PetscErrorCode ProjectToUnitSphere (DM dm ) {
220
220
Vec coordinates ;
221
221
PetscScalar * coords ;
You can’t perform that action at this time.
0 commit comments