Skip to content

Commit

Permalink
add SUN_ERR_MEM_FAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Dec 11, 2023
1 parent 1db5a4c commit d782c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sundials/sundials_errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
\
ENTRY(SUN_ERR_CORRUPT, "Object is NULL or corrupt") \
ENTRY(SUN_ERR_FILE_OPEN, "Unable to open file") \
ENTRY(SUN_ERR_MEM_FAIL, "a memory operation failed") \
ENTRY(SUN_ERR_MALLOC_FAIL, "malloc returned NULL") \
ENTRY(SUN_ERR_DESTROY_FAIL, "a destroy function returned an error") \
ENTRY(SUN_ERR_NOT_IMPLEMENTED, \
Expand Down

0 comments on commit d782c34

Please sign in to comment.