Verbose error output in DenseTag::get_data

Issue #126 new
Former user created an issue

The error check in the line linked below causes verbose output, but doesn't actually cause the function to fail.

https://bitbucket.org/fathomteam/moab/src/f5c6c55ee8d3011c008dc15f5c49b3ce34679844/src/DenseTag.cpp#lines-185

It isn't clear to me if it's necessary or not. Should another error macro be used there instead? One that either returns an ErrorCode or doesn't create output?

Comments (2)

  1. Vijay M

    This will just return a failed error code to the calling function. Do you have a simple test case to replicate verbose error messages ?

  2. Log in to comment