aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/Matrix.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-13 05:31:14 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-13 05:31:14 +0300
commit7aeac06fdb9bd43addad145cad1763dc58063624 (patch)
tree11e7a9b994a3621aa717b85042bb01ac35930f38 /src/math/Matrix.h
parent4ac53960f5a38426da73f3a1779539266055a3b9 (diff)
Redoing some pool reading for better alignment
Diffstat (limited to 'src/math/Matrix.h')
-rw-r--r--src/math/Matrix.h5
1 files changed, 5 insertions, 0 deletions
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