Skip to content

Commit fb70830

Browse files
committed
Add interpol instantations for tU_INT4 and tREAL16
1 parent 9ce5e67 commit fb70830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MMVII/src/ImagesBase/cIm2d_Interpolators.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,11 @@ INSTANTIATE_IM(tU_INT1);
342342
INSTANTIATE_IM(tINT1);
343343
INSTANTIATE_IM(tU_INT2);
344344
INSTANTIATE_IM(tINT2);
345+
INSTANTIATE_IM(tU_INT4);
345346
INSTANTIATE_IM(tINT4);
346347
INSTANTIATE_IM(tREAL4);
347348
INSTANTIATE_IM(tREAL8);
349+
INSTANTIATE_IM(tREAL16);
348350

349351

350352
};

0 commit comments

Comments
 (0)