Loading src/functions/tnlTestFunction_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -481,7 +481,7 @@ printFunction( ostream& str ) const str << *f; return str; } if( std::is_same< Deice, tnlCuda >::value ) if( std::is_same< Device, tnlCuda >::value ) { tnlCuda::print( f, str ); return str; Loading Loading
src/functions/tnlTestFunction_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -481,7 +481,7 @@ printFunction( ostream& str ) const str << *f; return str; } if( std::is_same< Deice, tnlCuda >::value ) if( std::is_same< Device, tnlCuda >::value ) { tnlCuda::print( f, str ); return str; Loading