Skip to content

Commit

Permalink
Minor Bug fix in 1D_shuosher Example Case (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba authored Nov 28, 2023
1 parent b5edce6 commit fa62075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1D_shuosher/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

# One anlytic patch to take care of -4 < x < 5
# Patch 2 Analytic =========================================================
'patch_icpp(2)%geometry' : 15,
'patch_icpp(2)%geometry' : 1,
'patch_icpp(2)%x_centroid' : 0.5,
'patch_icpp(2)%length_x' : 9.,
'patch_icpp(2)%vel(1)' : 0.,
Expand Down

0 comments on commit fa62075

Please sign in to comment.