Skip to content

Comments

Update ./src/PSIServer.cpp for cardinality mode#3

Open
GiorgiaS wants to merge 1 commit intocryspuwaterloo:masterfrom
GiorgiaS:patch-1
Open

Update ./src/PSIServer.cpp for cardinality mode#3
GiorgiaS wants to merge 1 commit intocryspuwaterloo:masterfrom
GiorgiaS:patch-1

Conversation

@GiorgiaS
Copy link

I suggest this change because if you are in the "CARDINALITY" mode, the "if" at line 196 will result in the following error during the matching:
"terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 0) >= this ->size() (which is 0)"

I suggest this change because if you are in the "CARDINALITY" mode, the "if" at line 196 will result in the following error during the matching:
"terminate called after throwing an instance of 'std::out_of_range'
 what(): vector::_M_range_check: __n (which is 0) >= this ->size() (which is 0)"
@GiorgiaS GiorgiaS changed the title Update PSIServer for cardinality mode Update ./src/PSIServer.cpp for cardinality mode Mar 21, 2022
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