9 lines
203 B
C
9 lines
203 B
C
#ifndef __DIMENSION_T__H__
|
|
#define __DIMENSION_T__H__
|
|
|
|
#include "permutation_t/permutation_t.h"
|
|
|
|
typedef dimension struct PERMUTATION_TYPE_SIZE_T;
|
|
|
|
//int compare_dimension(dimension *d1, dimension *d2);
|