Skip to content

Commit

Permalink
[BUGFIX] Fixed invalid return value
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Sep 5, 2021
1 parent e74b934 commit 3fe282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramkit/include/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ namespace paramkit {
return false;
}
if (!myParam->isSet()) {
false;
return false;
}
toFill = static_cast<FIELD_T>(myParam->value);
return true;
Expand Down

0 comments on commit 3fe282d

Please sign in to comment.