Loading src/TNL/Containers/Array.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ template< int, typename > class StaticArray; template< typename Element, typename Device = Devices::Host, typename Index = int > class Array : public virtual Object class Array : public Object { public: Loading src/TNL/Matrices/Matrix.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace Matrices { template< typename Real = double, typename Device = Devices::Host, typename Index = int > class Matrix : public virtual Object class Matrix : public Object { public: typedef Real RealType; Loading Loading
src/TNL/Containers/Array.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ template< int, typename > class StaticArray; template< typename Element, typename Device = Devices::Host, typename Index = int > class Array : public virtual Object class Array : public Object { public: Loading
src/TNL/Matrices/Matrix.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace Matrices { template< typename Real = double, typename Device = Devices::Host, typename Index = int > class Matrix : public virtual Object class Matrix : public Object { public: typedef Real RealType; Loading