Skip to content

Commit

Permalink
Only run ex50 for real types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy E Kozdon committed Jul 19, 2021
1 parent 49fed18 commit 84c43f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/ksp/ex50.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,7 @@ function main(petsclib; comm = MPI.COMM_WORLD, options...)
end

for petsclib in PETSc.petsclibs
main(petsclib)
if PETSc.scalartype(petsclib) <: Real
main(petsclib)
end
end

0 comments on commit 84c43f7

Please sign in to comment.