Commit 5e831f7f authored by Anatoly Baksheev's avatar Anatoly Baksheev

compilation under ubuntu

parent 0fc8fc77
......@@ -429,7 +429,7 @@ int main(int argc, char **argv)
#endif
#define SAFE_MAT_DECL(name, allocator, sx, sy) \
NCVMatrixAlloc<Ncv32f> name(*allocator, sx, sy);\
ncvAssertReturn(name##.isMemAllocated(), -1);
ncvAssertReturn(name.isMemAllocated(), -1);
SAFE_MAT_DECL (u, g_pGPUMemAllocator, width, height);
SAFE_MAT_DECL (v, g_pGPUMemAllocator, width, height);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment