Define MATRIX_COLS and MATRIX_ROWS

master
Fred Sundvik 2017-06-16 21:39:00 +03:00
parent 8674f9c466
commit 585d646128
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#ifndef TESTS_BASIC_CONFIG_H_
#define TESTS_BASIC_CONFIG_H_
#define MATRIX_ROWS 1
#define MATRIX_COLS 2
#endif /* TESTS_BASIC_CONFIG_H_ */