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] = {
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
121121static PetscErrorCode ProjectToUnitSphere (DM dm ) {
122122 Vec coordinates ;
123123 PetscScalar * coords ;
Original file line number Diff line number Diff 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
219219static PetscErrorCode ProjectToUnitSphere (DM dm ) {
220220 Vec coordinates ;
221221 PetscScalar * coords ;
You can’t perform that action at this time.
0 commit comments