Skip to content

Commit 111a269

Browse files
authored
Merge branch 'homenc:master' into master
2 parents b70f816 + e8417a3 commit 111a269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestBootstrappingWithMultiplications.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ long multiplyWithRecryption(helib::Ctxt& ctxt,
203203
return count;
204204
}
205205

206-
void multiplyPtxt(std::vector<long> ptxt, long count, long nslots, long p2r)
206+
void multiplyPtxt(std::vector<long>& ptxt, long count, long nslots, long p2r)
207207
{
208208
std::vector<long> tmp_ptxt(ptxt);
209209
for (int j = 0; j < count; j++) {

0 commit comments

Comments
 (0)