Commit 6a03b529 authored by Davis King's avatar Davis King

Removed another errant cout.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402836
parent 4ba5387a
......@@ -405,7 +405,7 @@ namespace dlib
DLIB_ADD_BLAS_BINDING(trans(m)*trans(m))
{
cout << "BLAS GEMM: trans(m)*trans(m)" << endl;
//cout << "BLAS GEMM: trans(m)*trans(m)" << endl;
const bool is_row_major_order = is_same_type<typename dest_exp::layout_type,row_major_layout>::value;
const CBLAS_ORDER Order = is_row_major_order ? CblasRowMajor : CblasColMajor;
const int M = static_cast<int>(src.nr());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment