Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/simulation/m_riemann_solvers.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ contains
end if

if (hyper_cleaning) then ! mhd
c_fast%L = min(c_fast%L, -hyper_cleaning_speed)
c_fast%L = max(c_fast%L, hyper_cleaning_speed)
c_fast%R = max(c_fast%R, hyper_cleaning_speed)
end if

Expand Down
170 changes: 89 additions & 81 deletions tests/B4DC99F9/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions tests/B4DC99F9/golden.txt

Large diffs are not rendered by default.

Loading
Loading