Skip to content

Commit

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

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

0 comments on commit 4a9c0e9

Please sign in to comment.