From 7aeac06fdb9bd43addad145cad1763dc58063624 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Wed, 13 May 2020 05:31:14 +0300 Subject: Redoing some pool reading for better alignment --- src/math/Matrix.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/math') diff --git a/src/math/Matrix.h b/src/math/Matrix.h index 35972e7f..b7e055c5 100644 --- a/src/math/Matrix.h +++ b/src/math/Matrix.h @@ -313,3 +313,8 @@ public: other.Reorthogonalise(); } }; + +class CCompressedMatrix : public CCompressedMatrixNotAligned +{ + int _alignment; // no clue what would this align to +}; \ No newline at end of file -- cgit v1.2.3