mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +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
|
// TODO check if rowPrefix, rowSuffix or rowSeparator contains a newline
|
||||||
// don't add rowSpacer if columns are not to be aligned
|
// don't add rowSpacer if columns are not to be aligned
|
||||||
if((fmt.flags & DontAlignCols))
|
if((flags & DontAlignCols))
|
||||||
return;
|
return;
|
||||||
int i = int(matSuffix.length())-1;
|
int i = int(matSuffix.length())-1;
|
||||||
while (i>=0 && matSuffix[i]!='\n')
|
while (i>=0 && matSuffix[i]!='\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user