Skip to content
Snippets Groups Projects
Commit effbe18c authored by Dan Ibanez's avatar Dan Ibanez
Browse files

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].
parent 6328beb7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment