Skip to content

Fix GaugeBound::operator=(Number) to assign to _cst (closes #331)#335

Open
arthaud wants to merge 1 commit into
NASA-SW-VnV:masterfrom
arthaud:bugfix/gauge-bound-assign-number
Open

Fix GaugeBound::operator=(Number) to assign to _cst (closes #331)#335
arthaud wants to merge 1 commit into
NASA-SW-VnV:masterfrom
arthaud:bugfix/gauge-bound-assign-number

Conversation

@arthaud

@arthaud arthaud commented May 31, 2026

Copy link
Copy Markdown
Member

The Number-overload of the assignment operator was writing to a non-existent _n member instead of the _cst constant member, matching the int overload above it.

…nV#331)

The Number-overload of the assignment operator was writing to a
non-existent _n member instead of the _cst constant member, matching
the int overload above it.
@arthaud

arthaud commented May 31, 2026

Copy link
Copy Markdown
Member Author

cc @ivanperez-keera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant