Closed jwallwork23 closed 5 months ago
Ready for review, but #559 and #574 will need to be merged first so not assigning a reviewer yet.
Could you add some sort of prefix to the exception messages so that the user knows they came from within XIOS/Xios.cpp? (Assuming this isn't prepended by a higher level try/catch).
Thanks @timspainNERSC. How about this in cfc56a99?
Perfect!
Thanks! Will update file dates and then merge.
Use
size_t
for sizes in XIOS interfaceFixes #572
Fixes #562
Task List
Change Description
Use
size_t
for sizes in the XIOS interface, rather thanint
, for consistency with the rest of the code base. Also, throw exceptions if the getter methods return null pointers.NOTE: #559 and #574 will need to be merged first.
Test Description
Updated the tests accordingly.
Pre-Request Checklist