Canvas: reindent Kiwi code, and provide operator<<(ostream&) for several objects

This commit is contained in:
Paul Davis 2020-06-10 14:39:52 -06:00
parent 071b5ef79b
commit 3055d0c1fc
4 changed files with 165 additions and 109 deletions

View file

@ -68,7 +68,7 @@ public:
}
// operator== is used for symbolics
bool equals(const Variable &other)
bool equals(const Variable &other) const
{
return m_data == other.m_data;
}