fix more bugs

This commit is contained in:
Marty Kraimer
2012-05-17 09:15:19 -04:00
parent 29593a6eda
commit e6a97e83ab
30 changed files with 1724 additions and 484 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ bool operator==(const Structure& a, const Structure& b)
bool operator==(const StructureArray& a, const StructureArray& b)
{
return a.getStructure().get()==b.getStructure().get();
return a.getStructure()==b.getStructure();
}
namespace nconvert {