Reech4x4 now header only

This commit is contained in:
Clement Jamin 2015-03-16 15:45:37 +01:00
parent ae11a78b8e
commit b144467ac6
3 changed files with 3183 additions and 3102 deletions

File diff suppressed because it is too large Load Diff

View File

@ -280,5 +280,9 @@ extern void Reech2DNearest4x4_r32 ( void* theBuf, /* buffer to be resampled */
extern void Reech4x4_verbose ( );
extern void Reech4x4_noverbose ( );
#ifdef CGAL_HEADER_ONLY
#include "reech4x4_impl.h"
#endif // CGAL_HEADER_ONLY
#endif

File diff suppressed because it is too large Load Diff