feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/guards.h>
#include <loggers/console_logger.h>
#include <structures/matrix.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | STUFF_MATRIX(to_stuff, max_row, max_col) |
Variables | |
const int | DIM_ROWS = 10 |
const int | DIM_COLS = 10 |
#define STUFF_MATRIX | ( | to_stuff, | |
max_row, | |||
max_col | |||
) |
Definition at line 38 of file test_matrix.cpp.
const int DIM_COLS = 10 |
Definition at line 35 of file test_matrix.cpp.
const int DIM_ROWS = 10 |
Definition at line 34 of file test_matrix.cpp.