Skip to content

Commit

Permalink
reinstated send_vals
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 committed Sep 13, 2024
1 parent 3e89d55 commit ea26ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/c_api/test_join_sail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ int main(int argc, char** argv) {
std::vector<int> send_vals(COLS2-1);
for(int j = 1; j < COLS2; j++){
int curr_val = js2[t2][j].as<int>();
send_vals[j-1] = curr_val;
entry["own_val" + std::to_string(j)] = curr_val;
std::cout << ", " << curr_val;
}
Expand Down

0 comments on commit ea26ada

Please sign in to comment.