mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
Redoing some pool reading for better alignment
This commit is contained in:
@ -313,3 +313,8 @@ public:
|
||||
other.Reorthogonalise();
|
||||
}
|
||||
};
|
||||
|
||||
class CCompressedMatrix : public CCompressedMatrixNotAligned
|
||||
{
|
||||
int _alignment; // no clue what would this align to
|
||||
};
|
Reference in New Issue
Block a user