Re: [petsc-dev] new format error

2022-06-09 Thread Pierre Jolivet
> On 9 Jun 2022, at 4:33 PM, Mark Adams wrote: > > I rebased over master and now this branch fails source code check: > > SETERRQ() with trailing newline -- > 1346 > src/ksp/pc/impls/amgx/amgx.cxx:169: > SETERRQ

[petsc-dev] new format error

2022-06-09 Thread Mark Adams
I rebased over master and now this branch fails source code check: SETERRQ() with trailing newline -- 1346 src/ksp/pc/impls/amgx/amgx.cxx:169: SETERRQ(amgx->comm, PETSC_ERR_LIB, "%s\n", msg); \ Any idea how to best fix