diff options
author | Thomas White <taw@physics.org> | 2024-12-20 13:01:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-12-20 14:36:06 +0100 |
commit | c39417a5023572322f58d26253a8b2e97025f3c3 (patch) | |
tree | 8de14b94a7028ec00f5477478e05e95221b90b52 | |
parent | 4142804cb032934b71c5a0a54356b0def5237564 (diff) |
"id" was removed by 93e80b3f17c7a7ef226a92ae176b8eea7bbe5c79.
-rw-r--r-- | julia/CrystFEL/src/image.jl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/image.jl b/julia/CrystFEL/src/image.jl index cd24ce01..6611d655 100644 --- a/julia/CrystFEL/src/image.jl +++ b/julia/CrystFEL/src/image.jl @@ -38,7 +38,6 @@ mutable struct InternalImage meta_data::Cstring header_cache::NTuple{HEADER_CACHE_SIZE, Ptr{Cvoid}} n_cached_headers::Cint - id::Cint serial::Cint spectrum::Ptr{Cvoid} lambda::Cdouble |