src/types.h

changeset 522
afa691788bdb
parent 513
29eb671b34f6
child 538
2f85d4d286e5
child 665
4355e72ffd47
--- a/src/types.h	Sat Oct 19 02:33:08 2013 +0300
+++ b/src/types.h	Tue Oct 22 13:40:16 2013 +0300
@@ -93,6 +93,8 @@
 		{	return val (idx);
 		}
 
+		bool operator== (const matrix& other) const;
+
 	private:
 		double m_vals[9];
 };

mercurial