changed order of MATRIX
This commit is contained in:
parent
dafd526828
commit
fe0728da3e
@ -9,9 +9,9 @@ typedef float MatrixType;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
MatrixType *buffer;
|
||||
int rows;
|
||||
int cols;
|
||||
MatrixType *buffer;
|
||||
} Matrix;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user