aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-05-24 15:48:05 +0200
committerThomas White <taw@physics.org>2024-05-24 15:48:05 +0200
commit3495dff6d8dc1242b273789466eaa3f17ee6eca7 (patch)
tree5a926d7f26ea108153b9714e37e4b9df42b7a45d
parente2c8dab1f0d6747c79d7e9cd8318695f4e3fff3a (diff)
Julia: Set max Mille level correctly
Previously, there was a missing function argument here.
-rw-r--r--julia/CrystFEL/src/indexing.jl3
1 files changed, 2 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/indexing.jl b/julia/CrystFEL/src/indexing.jl
index 543246ec..81a59b52 100644
--- a/julia/CrystFEL/src/indexing.jl
+++ b/julia/CrystFEL/src/indexing.jl
@@ -144,7 +144,8 @@ function index(image::Image, idxr::Indexer; mille=nothing)
idxr.indexingpriv::Ptr{IndexingPriv},
C_NULL::Ptr{Cvoid},
C_NULL::Ptr{Cvoid},
- imille::Ptr{Cvoid})::Cvoid
+ imille::Ptr{Cvoid},
+ 99::Cint)::Cvoid
end