Matrix header guard
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef MATRICES_H_
|
||||||
|
#define MATRICES_H_
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
@ -259,3 +262,5 @@ void Matrix::Randomize(float min, float max){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
Reference in New Issue
Block a user