Commit 18af9949 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Changing passToCudaDevice function.

parent 844cad9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#define TNLCUDASUPPORT_H_

template< class T >
T* passToCudaDevice( const T& data )
T* tnlPassToCudaDevice( const T& data )
{
#ifdef HAVE_CUDA
   T* cuda_data;