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

Deleted an accidentally included function in the last commit

parent 407344c6
No related branches found
No related tags found
1 merge request!16Matrices
......@@ -18,14 +18,6 @@ using CSR_cuda = TNL::Matrices::CSR< int, TNL::Devices::Cuda, int >;
#ifdef HAVE_GTEST
#include <gtest/gtest.h>
template< typename Matrix >
void testGetType()
{
Matrix<float> matrix;
m;
matrix.getType();
}
#endif
#include "../GtestMissingError.h"
......
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