We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e6405 commit 0f87a93Copy full SHA for 0f87a93
1 file changed
export_dagmc_cmd/DAGMCExportCommand.cpp
@@ -34,7 +34,7 @@
34
35
#define CHK_MB_ERR_RET_MB(A,B) if (moab::MB_SUCCESS != (B)) { \
36
message << (A) << (B) << std::endl; \
37
- return rval; \
+ return (B); \
38
}
39
40
DAGMCExportCommand::DAGMCExportCommand() :
0 commit comments