Skip to content

Commit 4a9c0e9

Browse files
author
Jeremy E Kozdon
committed
Revert "Only run ex50 for real types"
This reverts commit 84c43f7.
1 parent 11dabc3 commit 4a9c0e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/ksp/ex50.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,5 @@ function main(petsclib; comm = MPI.COMM_WORLD, options...)
172172
end
173173

174174
for petsclib in PETSc.petsclibs
175-
if PETSc.scalartype(petsclib) <: Real
176-
main(petsclib)
177-
end
175+
main(petsclib)
178176
end

0 commit comments

Comments
 (0)