Skip to content

Commit cf7e043

Browse files
bendudsongithub-actions[bot]
authored andcommitted
Apply clang-format changes
1 parent ec1f94f commit cf7e043

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/solver/impls/snes/snes.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,8 @@ int SNESSolver::init() {
602602
// Test if the matrix is symmetric
603603
// Values are 0 or 1 so tolerance (1e-5) shouldn't matter
604604
PetscBool symmetric;
605-
ierr = MatIsSymmetric(Jfd, 1e-5, &symmetric); CHKERRQ(ierr);
605+
ierr = MatIsSymmetric(Jfd, 1e-5, &symmetric);
606+
CHKERRQ(ierr);
606607
if (!symmetric) {
607608
output_warn.write("Jacobian pattern is not symmetric\n");
608609
}

0 commit comments

Comments
 (0)