We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dabc3 commit 4a9c0e9Copy full SHA for 4a9c0e9
1 file changed
examples/ksp/ex50.jl
@@ -172,7 +172,5 @@ function main(petsclib; comm = MPI.COMM_WORLD, options...)
172
end
173
174
for petsclib in PETSc.petsclibs
175
- if PETSc.scalartype(petsclib) <: Real
176
- main(petsclib)
177
- end
+ main(petsclib)
178
0 commit comments