Browse Source

Define MATRIX_COLS and MATRIX_ROWS

pull/1409/head
Fred Sundvik 7 years ago
parent
commit
585d646128
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/basic/config.h

+ 2
- 0
tests/basic/config.h 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_ */

Loading…
Cancel
Save