aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-04-29 18:36:10 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-04-29 18:36:10 -0700
commite5f71aa6b232f08748af17cd85e63da9759fda1e (patch)
tree7812db48b6722c64468f2475aca07647570a7fa2 /unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
parent44f592dcebffaf741ce40050a8efc0e1911e56b8 (diff)
Deleted useless trailing commas
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
index 36298cb60..b27e1a1b4 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
@@ -16,7 +16,7 @@ namespace internal {
enum {
Rhs = 0,
- Lhs = 1,
+ Lhs = 1
};
/*