Skip to content
Snippets Groups Projects
Commit 8d44b295 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Removed commented out code.

parent 8cfdde83
No related branches found
No related tags found
1 merge request!45Matrices revision
...@@ -28,7 +28,7 @@ namespace TNL { ...@@ -28,7 +28,7 @@ namespace TNL {
template< typename Device > template< typename Device >
class BiEllpackDeviceDependentCode; class BiEllpackDeviceDependentCode;
template< typename Real, typename Device /*= Devices::Cuda*/, typename Index /*= int*/ > template< typename Real, typename Device, typename Index >
class BiEllpack : public Sparse< Real, Device, Index > class BiEllpack : public Sparse< Real, Device, Index >
{ {
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment