From 69974b73dcaf28996ba87aacbcdaede16ded6941 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sun, 14 Dec 2025 11:07:31 -0500 Subject: Update to v0.4.2: get simpleq-Kv to work again --- src/main.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.jl') diff --git a/src/main.jl b/src/main.jl index 28fc2be..9de9a0a 100644 --- a/src/main.jl +++ b/src/main.jl @@ -1,4 +1,4 @@ -## Copyright 2021-2023 Ian Jauslin +## Copyright 2021-2024 Ian Jauslin ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. @@ -439,7 +439,7 @@ function main() if command=="2pt" simpleq_Kv_2pt(minlrho_init,nlrho_init,taus,P,N,J,rho,a0,v,maxiter,tolerance,xmin,xmax,nx) elseif command=="condensate_fraction_rho" - simpleq_Kv_condensate_fraction(rhos,taus,P,N,J,a0,v,maxiter,tolerance) + simpleq_Kv_condensate_fraction(minlrho_init,nlrho_init,rhos,taus,P,N,J,a0,v,maxiter,tolerance) elseif command=="Kv" simpleq_Kv_Kv(minlrho_init,nlrho_init,taus,P,N,J,rho,a0,v,maxiter,tolerance,xmin,xmax,nx) else -- cgit v1.2.3-70-g09d2