Skip to content

Commit 8ef7abf

Browse files
committed
Int64 -> Int to work on Win32 as well
1 parent 4c1b721 commit 8ef7abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classical.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ struct Solver{S,T,P,PS}
33
CF::T
44
presmoother::P
55
postsmoother::PS
6-
max_levels::Int64
7-
max_coarse::Int64
6+
max_levels::Int
7+
max_coarse::Int
88
end
99

1010
function ruge_stuben(_A::Union{TA, Symmetric{Ti, TA}, Hermitian{Ti, TA}},

0 commit comments

Comments
 (0)