diff options
| author | Ian Jauslin <ian.jauslin@rutgers.edu> | 2025-12-14 11:07:31 -0500 |
|---|---|---|
| committer | Ian Jauslin <ian.jauslin@rutgers.edu> | 2025-12-14 11:07:31 -0500 |
| commit | 69974b73dcaf28996ba87aacbcdaede16ded6941 (patch) | |
| tree | 42a971c15433c565b1cfa1d4b94395ded2bef900 /src/main.jl | |
| parent | f69aecc88e1a10db4437d5f20c47282870f32cc3 (diff) | |
Update to v0.4.2:v0.4.2
get simpleq-Kv to work again
Diffstat (limited to 'src/main.jl')
| -rw-r--r-- | src/main.jl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
