mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
@ -314,3 +314,8 @@ public:
|
||||
other.Reorthogonalise();
|
||||
}
|
||||
};
|
||||
|
||||
class CCompressedMatrix : public CCompressedMatrixNotAligned
|
||||
{
|
||||
int _alignment; // no clue what would this align to
|
||||
};
|
Reference in New Issue
Block a user