It looks like when filling ghost values, this loop https://github.com/clawpack/pyclaw/blob/master/examples/stegoton_1d/stegoton.py#L81 should be like this ``` for ibc in range(num_ghost): ```