Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 3ca123cf authored by kraus's avatar kraus
Browse files

replace integer argument to operator[] with Index argument; Test file in issue...

replace integer argument to operator[] with Index argument; Test file in issue #229 runs to the end and also all regression tests yield correct results
parent 6dcb8629
No related branches found
No related tags found
No related merge requests found
Loading
  • adelmann :reminder_ribbon: @adelmann ·
    Owner

    ok I see and because the index objects have all the additional information (guard cell size) this could work.

    super clever idea!

  • Author Developer

    There isn't much reasoning from my side. I just saw that the problem didn't occur a few lines above where only instances of Index are used. Additionally the Field class somehow knows which part of an Index range is inside the local domain.

    Edited by kraus
  • Author Developer

    Furthermore this seems to be more a fix of the symptoms: when calling operator [] with an integer as argument then an index is constructed using Index(i, i).

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