9 lines
216 B
C
9 lines
216 B
C
#ifndef TURN3_COMBINATION_H_INCLUDED
|
|
#define TURN3_COMBINATION_H_INCLUDED
|
|
|
|
#include <basic-geometry.h>
|
|
|
|
void test_fp32_turn3_combination();
|
|
void test_fp64_turn3_combination();
|
|
|
|
#endif // TURN3_COMBINATION_H_INCLUDED
|