1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Fixed reference to depth from test

This commit is contained in:
Michael Marshall 2019-02-21 15:48:52 +00:00
parent 752530f352
commit c640923159

View File

@ -491,7 +491,6 @@ template <typename T>
void DebugGridTensorTest_print( int i )
{
std::cout << i << " : " << EigenIO::is_tensor<T>::value
<< ", depth " << EigenIO::Traits<T>::depth
<< ", rank " << EigenIO::Traits<T>::rank
<< ", rank_non_trivial " << EigenIO::Traits<T>::rank_non_trivial
<< ", count " << EigenIO::Traits<T>::count