Explorar el Código

Define MATRIX_COLS and MATRIX_ROWS

Fred Sundvik hace 8 años
padre
commit
585d646128
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tests/basic/config.h

+ 2 - 0
tests/basic/config.h

@@ -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_ */