mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Copy and paste mistake in last commit
This commit is contained in:
parent
4d7dfafbe7
commit
ff075def5c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user