forked from kentavv/Albert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDebug.h
More file actions
20 lines (18 loc) · 660 Bytes
/
Debug.h
File metadata and controls
20 lines (18 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _DEBUG_H_
#define _DEBUG_H_
/************************************************************/
/*** FILE : Debug.h ***/
/*** AUTHOR: Sekhar Muddana ***/
/************************************************************/
#define DEBUG_EQNS 0
#define DEBUG_MATRIX 0
#define DEBUG_MT 0
#define DEBUG_SEQ_SUBTYPES 0
#define DEBUG_SET_PARTITIONS 0
#define DEBUG_SUBSTITUTION 0
#define DEBUG_PERMUTATIONS 0
#define DEBUG_ASSIGN_NUMBERS 0
#define PRINT_BASIS_TABLE 0
#define PRINT_TYPE_TABLE 0
#define PRINT_MULT_TABLE 0
#endif