ericagol / celerite.jl

Implementation of semi-separable Cholesky decomposition in Julia
Other
9 stars 4 forks source link

Use Int instead of Int64 #19

Closed giordano closed 7 years ago

giordano commented 7 years ago

On 64-bit systems, integer literals are of type Int32, not Int64. Int is a useful alias that is equal to the default integer type on current machine.