Searched hist:"3 f4a98217cb96484a82677f3a2ef674fe90cd0d4" (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed.c | 3f4a98217cb96484a82677f3a2ef674fe90cd0d4 Thu Feb 11 23:02:07 UTC 2021 Andrew T. Barker <barker29@llnl.gov> Modify CeedErrorFormat, CeedGetErrorMessage, CeedResetErrorMessage to find errmsg in parents.
Currently, CeedErrorStore puts its message in the top-level Ceed object by following parents up the tree. This commit modifies the other functions that access the error message to duplicate that same behavior, so that in particular CeedGetErrorMessage(ceed, ...) will return the same message that CeedErrorStore(ceed, ...) sets.
|