Using the GET_VALUE macro instead of get<Field3D> adds useful information to the stack trace.
Right now it's not used consistently throughout the code. We should do a search and replace throughout the code to make sure it's used everywhere.
We should do the same for the GET_NOBOUNDARY equivalent and any other flavours that may exist as well.
Using the
GET_VALUEmacro instead ofget<Field3D>adds useful information to the stack trace.Right now it's not used consistently throughout the code. We should do a search and replace throughout the code to make sure it's used everywhere.
We should do the same for the GET_NOBOUNDARY equivalent and any other flavours that may exist as well.