Skip to content

Commit

Permalink
CORRECTED TEST VALUE ASIGNMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRiel committed Sep 25, 2023
1 parent 1f40777 commit 5923a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia/MAGEMin_wrappers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ end
function single_point_minimization( P::Float64,
T::Float64,
MAGEMin_db::MAGEMin_Data;
test::Int64, # if using a build-in test case
test::Int64 = 0, # if using a build-in test case
X::Union{Nothing, Vector{_T}, Vector{Vector{_T}}} = nothing,
Xoxides = Vector{String},
sys_in = "mol",
Expand Down

0 comments on commit 5923a44

Please sign in to comment.