Commit 95966e9c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Adding copyright header to sparse matric unit tests source files.

parent c5c27c5d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
/***************************************************************************
                          SparseMatrixTest_CSR.cpp -  description
                             -------------------
    begin                : Dec 3, 2019
    copyright            : (C) 2019 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "SparseMatrixTest_CSR.h"
+10 −0
Original line number Diff line number Diff line
/***************************************************************************
                          SparseMatrixTest_CSR.cu -  description
                             -------------------
    begin                : Dec 3, 2019
    copyright            : (C) 2019 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "SparseMatrixTest_CSR.h"
+10 −0
Original line number Diff line number Diff line
/***************************************************************************
                          SparseMatrixTest_Ellpack.cpp -  description
                             -------------------
    begin                : Dec 3, 2019
    copyright            : (C) 2019 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "SparseMatrixTest_Ellpack.h"
+10 −0
Original line number Diff line number Diff line
/***************************************************************************
                          SparseMatrixTest_Ellpack.cu -  description
                             -------------------
    begin                : Dec 3, 2019
    copyright            : (C) 2019 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "SparseMatrixTest_Ellpack.h"
+10 −0
Original line number Diff line number Diff line
/***************************************************************************
                          SparseMatrixTest_SlicedEllpack.cpp -  description
                             -------------------
    begin                : Dec 3, 2019
    copyright            : (C) 2019 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "SparseMatrixTest_SlicedEllpack.h"
Loading