mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 17:59:00 +08:00
Fix bug #534: rm useless initialization of rowSpacer.
This commit is contained in:
parent
925a5b7d07
commit
e90752d252
@ -57,7 +57,6 @@ struct IOFormat
|
|||||||
: matPrefix(_matPrefix), matSuffix(_matSuffix), rowPrefix(_rowPrefix), rowSuffix(_rowSuffix), rowSeparator(_rowSeparator),
|
: matPrefix(_matPrefix), matSuffix(_matSuffix), rowPrefix(_rowPrefix), rowSuffix(_rowSuffix), rowSeparator(_rowSeparator),
|
||||||
coeffSeparator(_coeffSeparator), precision(_precision), flags(_flags)
|
coeffSeparator(_coeffSeparator), precision(_precision), flags(_flags)
|
||||||
{
|
{
|
||||||
rowSpacer = "";
|
|
||||||
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