17 lines
269 B
C
17 lines
269 B
C
|
/*
|
||
|
* Created on: Oct 17, 2013
|
||
|
* Author: Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @file test_interpolation_3d.h
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef TEST_INTERPOLATION_3D_H_
|
||
|
#define TEST_INTERPOLATION_3D_H_
|
||
|
|
||
|
void testInterpolate3d(void);
|
||
|
|
||
|
#endif /* TEST_INTERPOLATION_3D_H_ */
|