Homec4science

fix domain boundary indexing

Authored by Dan Ibanez <daibane@sandia.gov> on Jan 25 2017, 23:24.

Description

fix domain boundary indexing

the compiler pointed out that
boundary[2][2] doesn't exist.
If I understand this correctly,
those checks should be against
boundary[*][0].

Details

Committed
Dan Ibanez <daibane@sandia.gov>Jan 25 2017, 23:24
Pushed
jungeOct 19 2017, 09:53
Parents
rLAMMPS6328beb7d791: fix double-return warning
Branches
Unknown
Tags
Unknown

Event Timeline

Dan Ibanez <daibane@sandia.gov> committed rLAMMPSeffbe18c466f: fix domain boundary indexing (authored by Dan Ibanez <daibane@sandia.gov>).Jan 25 2017, 23:24