Update Relation.h
This commit is contained in:
parent
8a3104652e
commit
b2fa6c1a55
1 changed files with 1 additions and 6 deletions
|
@ -32,12 +32,7 @@ public:
|
|||
|
||||
cout<<"\nAttribute name: "<<attributeNames[i]<<": ";
|
||||
|
||||
/*
|
||||
for (int i = 0; i < att[i].getSize(); ++i)
|
||||
{
|
||||
//cout<<" "<<att[i]<<" ";
|
||||
}
|
||||
*/
|
||||
att[i].display();
|
||||
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue