Skip to content

Commit fda08d2

Browse files
dschwoerergithub-actions[bot]
authored andcommitted
Apply clang-format changes
1 parent d01c25c commit fda08d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/invert/laplace/impls/petsc/petsc_laplace.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ FieldPerp LaplacePetsc::solve(const FieldPerp& b, const FieldPerp& x0,
460460
i++; // Increment row in Petsc matrix
461461
}
462462
}
463-
}
463+
}
464464

465465
// Set the values for the main domain
466466
for (int x = localmesh->xstart; x <= localmesh->xend; x++) {
@@ -816,7 +816,7 @@ FieldPerp LaplacePetsc::solve(const FieldPerp& b, const FieldPerp& x0,
816816
{
817817
Timer timer("petscsolve");
818818
KSPSolve(ksp, bs, xs); // Call the solver to solve the system
819-
}
819+
}
820820

821821
KSPConvergedReason reason;
822822
KSPGetConvergedReason(ksp, &reason);
@@ -848,7 +848,7 @@ FieldPerp LaplacePetsc::solve(const FieldPerp& b, const FieldPerp& x0,
848848
i++; // Increment row in Petsc matrix
849849
}
850850
}
851-
}
851+
}
852852

853853
// Set the main domain values
854854
for (int x = localmesh->xstart; x <= localmesh->xend; x++) {

0 commit comments

Comments
 (0)