Skip to content

Commit

Permalink
Fix MACRO that checks for MOAB error
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Jun 18, 2021
1 parent a0e6405 commit 0f87a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_dagmc_cmd/DAGMCExportCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define CHK_MB_ERR_RET_MB(A,B) if (moab::MB_SUCCESS != (B)) { \
message << (A) << (B) << std::endl; \
return rval; \
return (B); \
}

DAGMCExportCommand::DAGMCExportCommand() :
Expand Down

0 comments on commit 0f87a93

Please sign in to comment.