@@ -480,7 +480,7 @@ inline void freeVector(Vector* vector) {
void printVector(Vector* vector) {
for(int i = 0; i < vector->n; i++) {
printf("%lf, ", vector->data[i]);
printf("%lf ", vector->data[i]);
}
puts("");
The note is not visible to the blocked user.