diff --git a/Relation.h b/Relation.h index 3082e02..5edec44 100755 --- a/Relation.h +++ b/Relation.h @@ -12,7 +12,7 @@ public: Relation(string n, vector a) { name = n; att = a; - size = 0; + size = a.size(); } int getSize() { return size; } diff --git a/a.out b/a.out index 6c894cd..1483993 100755 Binary files a/a.out and b/a.out differ