From c121946e2b6fe95f75dde5c2388c4b68d754e05c Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sun, 14 Dec 2025 11:22:09 -0500 Subject: Update to v0.4.3: Fix simpleq-iteration types --- src/simpleq-iteration.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/simpleq-iteration.jl') diff --git a/src/simpleq-iteration.jl b/src/simpleq-iteration.jl index 5cef5c8..4252af0 100644 --- a/src/simpleq-iteration.jl +++ b/src/simpleq-iteration.jl @@ -1,4 +1,4 @@ -## Copyright 2021-2024 Ian Jauslin +## Copyright 2021-2025 Ian Jauslin ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. @@ -81,7 +81,7 @@ end function simpleq_iteration_A( e::Float64, weights::Tuple{Array{Float64,1},Array{Float64,1}}, - Eta::Array{Float64,1} + Eta::Array{Array{Float64,1},1} ) N=length(weights[1]) out=zeros(Float64,N,N) @@ -116,7 +116,7 @@ function simpleq_iteration_rhon( e::Float64, weights::Tuple{Array{Float64,1},Array{Float64,1}}, V0::Float64, - Eta0::Float64 + Eta0::Array{Float64,1} ) S=V0 for i in 1:length(weights[1]) -- cgit v1.2.3-70-g09d2