Code review fixes.

This commit is contained in:
Alexander Smorkalov
2013-12-20 16:32:34 +04:00
parent 529bd41751
commit bc72f4d2a2
11 changed files with 54 additions and 27 deletions

View File

@@ -539,7 +539,7 @@ private:
DeviceProps deviceProps;
class CudaDeviceInfoFuncTable: DeviceInfoFuncTable
class CudaDeviceInfoFuncTable : public DeviceInfoFuncTable
{
public:
size_t sharedMemPerBlock() const
@@ -1109,4 +1109,4 @@ public:
}
};
#endif
#endif
#endif