From ff075def5cfb7a638cfd523f5313d2a2458f8721 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 17 Oct 2013 14:02:00 +0200 Subject: [PATCH] Copy and paste mistake in last commit --- Eigen/src/Core/IO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')