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 Mar 23, 2021
1 parent 55cb839 commit 8a093d2
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 @@ -35,7 +35,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 8a093d2

Please sign in to comment.