aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseUnaryOp.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-04-10 09:01:28 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-04-10 09:01:28 +0000
commit9d8876ce82c51f7898ddf73984fcfbb413ef851f (patch)
tree6496601bb26621eb33bb37150a93db694bd9e644 /Eigen/src/Core/CwiseUnaryOp.h
parent212da8ffe0d3bad19479ffa2c5b36ce4edcd97da (diff)
* rename XprCopy -> Nested
* rename OperatorEquals -> Assign * move Util.h and FwDecl.h to a util/ subdir
Diffstat (limited to 'Eigen/src/Core/CwiseUnaryOp.h')
-rw-r--r--Eigen/src/Core/CwiseUnaryOp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/CwiseUnaryOp.h b/Eigen/src/Core/CwiseUnaryOp.h
index cbe545a92..2a6858703 100644
--- a/Eigen/src/Core/CwiseUnaryOp.h
+++ b/Eigen/src/Core/CwiseUnaryOp.h
@@ -83,7 +83,7 @@ class CwiseUnaryOp : ei_no_assignment_operator,
}
protected:
- const typename MatrixType::XprCopy m_matrix;
+ const typename MatrixType::Nested m_matrix;
const UnaryOp m_functor;
};