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