mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
Mat: header name fix
This commit is contained in:
parent
adc709d40f
commit
b7a5dd51de
@ -21,7 +21,7 @@
|
|||||||
#define Latan_Mat_hpp_
|
#define Latan_Mat_hpp_
|
||||||
|
|
||||||
#include <LatAnalyze/Global.hpp>
|
#include <LatAnalyze/Global.hpp>
|
||||||
#include <LatAnalyze/IOObject.hpp>
|
#include <LatAnalyze/IoObject.hpp>
|
||||||
|
|
||||||
#define FOR_MAT(mat, i, j) \
|
#define FOR_MAT(mat, i, j) \
|
||||||
for (Latan::Index j = 0; j < mat.cols(); ++j)\
|
for (Latan::Index j = 0; j < mat.cols(); ++j)\
|
||||||
|
Loading…
Reference in New Issue
Block a user