Skip to content

Commit

Permalink
#1002 Update disable_sig param to default to true in tryFinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Sep 14, 2020
1 parent f1aa383 commit 4f04338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/runtime/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ struct Runtime {
*
* \return whether it succeeded
*/
bool tryFinalize(bool const disable_sig);
bool tryFinalize(bool const disable_sig = true);

/**
* \internal \brief Setup argument input
Expand Down

0 comments on commit 4f04338

Please sign in to comment.