aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-02-10 10:29:28 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-02-10 10:29:28 -0800
commit91fe3a30043874e51225c8f25964687320c9b601 (patch)
tree8f2338f0fd83b965126f4d7f1ba7b9de081f0738 /unsupported
parent3ba664739856f9685240f23e01a6f470b74a8938 (diff)
Removed a debug printf statement.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h b/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
index a96d705a4..7e448f7c0 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
@@ -89,9 +89,6 @@ class TensorLayoutSwapOp : public TensorBase<TensorLayoutSwapOp<XprType>, WriteA
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE TensorLayoutSwapOp& operator = (const OtherDerived& other)
{
-
-std::cout << "In assignment operator " << std::endl;
-
typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
Assign assign(*this, other);
internal::TensorExecutor<const Assign, DefaultDevice, false>::run(assign, DefaultDevice());