Skip to content

Commit

Permalink
Fix an error in clls.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 31, 2023
1 parent c69b888 commit 18aa49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GALAHAD.jl/src/wrappers/clls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ mutable struct clls_inform_type{T}

function clls_inform_type{T}() where T
type = new()
type.time = clls_time_type{T}()
type.fdc_inform = fdc_inform_type{T}()
type.sls_inform = sls_inform_type{T}()
type.sls_pounce_inform = sls_inform_type{T}()
Expand Down

0 comments on commit 18aa49c

Please sign in to comment.