mirror of https://github.com/CGAL/cgal
Reech4x4 now header only
This commit is contained in:
parent
ae11a78b8e
commit
b144467ac6
File diff suppressed because it is too large
Load Diff
|
|
@ -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
Loading…
Reference in New Issue