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 a53f404e authored by snuverink_j's avatar snuverink_j
Browse files

fix function name

parent 853bc92e
No related branches found
No related tags found
1 merge request!402Resolve "segmentation fault in unit-test Field.PeriodicBC"
...@@ -171,7 +171,7 @@ public: ...@@ -171,7 +171,7 @@ public:
if (CurrentLField != getBareField().end_if()) { if (CurrentLField != getBareField().end_if()) {
++CurrentLField; ++CurrentLField;
} else { } else {
throw IpplException("SubFieldIter::nextLField()", "Reached the container end, no next LField!"); throw IpplException("SubFieldIterBase::nextLField()", "Reached the container end, no next LField!");
} }
if (CurrentLField != getBareField().end_if()) { if (CurrentLField != getBareField().end_if()) {
LFPtr = (*CurrentLField).second.get(); LFPtr = (*CurrentLField).second.get();
......
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