aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/IO.h
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2013-10-17 14:02:00 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2013-10-17 14:02:00 +0200
commitff075def5cfb7a638cfd523f5313d2a2458f8721 (patch)
tree44a9eaf69a8dd5b29a3f3e6792f2155908a23de8 /Eigen/src/Core/IO.h
parent4d7dfafbe74f8fd05811ca75e095a23c773e2a2b (diff)
Copy and paste mistake in last commit
Diffstat (limited to 'Eigen/src/Core/IO.h')
-rw-r--r--Eigen/src/Core/IO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/IO.h b/Eigen/src/Core/IO.h
index 7e8cb8c0b..13830861f 100644
--- a/Eigen/src/Core/IO.h
+++ b/Eigen/src/Core/IO.h
@@ -59,7 +59,7 @@ struct IOFormat
{
// TODO check if rowPrefix, rowSuffix or rowSeparator contains a newline
// don't add rowSpacer if columns are not to be aligned
- if((fmt.flags & DontAlignCols))
+ if((flags & DontAlignCols))
return;
int i = int(matSuffix.length())-1;
while (i>=0 && matSuffix[i]!='\n')