Skip to content

Commit

Permalink
Add clarification about the need to explicitly switch back to the tem…
Browse files Browse the repository at this point in the history
…porary association
  • Loading branch information
SSoelvsten committed May 29, 2024
1 parent c69cf30 commit 75af1be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cal.h
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ EXTERN void Cal_AssociationQuit(Cal_BddManager bddManager, int associationId);
////////////////////////////////////////////////////////////////////////////////
/// \brief Sets the current variable association to the one given.
///
/// \param associationId The id of the association to currently use. Set it to
/// -1 if the temporary association should be used.
///
/// \returns ID of the prior association (if any). A return value of -1
/// indicates the temporary association.
////////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 3 additions & 0 deletions src/calObj.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,9 @@ public:
//////////////////////////////////////////////////////////////////////////////
/// \brief Sets the current variable association to the one given.
///
/// \param i The id of the association to currently use. Set it to -1 if the
/// temporary association should be used.
///
/// \returns ID of the prior association (if any). A return value of -1
/// indicates the temporary association.
///
Expand Down

0 comments on commit 75af1be

Please sign in to comment.