diff options
| author | Ian Jauslin <ian.jauslin@rutgers.edu> | 2025-12-14 11:22:09 -0500 |
|---|---|---|
| committer | Ian Jauslin <ian.jauslin@rutgers.edu> | 2025-12-14 11:22:09 -0500 |
| commit | c121946e2b6fe95f75dde5c2388c4b68d754e05c (patch) | |
| tree | 50bed42b68d518a53acd81d1c1e0fbfb128915d1 /src/main.jl | |
| parent | 69974b73dcaf28996ba87aacbcdaede16ded6941 (diff) | |
Fix simpleq-iteration types
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 9de9a0a..ff5f76e 100644 --- a/src/main.jl +++ b/src/main.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. @@ -377,7 +377,7 @@ function main() end elseif method=="simpleq-iteration" # u_n(x) using iteration - if command=="u" + if command=="ux" simpleq_iteration_ux(order,e,v,maxiter,xmin,xmax,nx) # rho(e) using iteration elseif command=="rho_e" |
