mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-17 22:25:55 +08:00
Fix remaining garbage during a merge.
This commit is contained in:
parent
daad9585a3
commit
8754341848
@ -159,11 +159,7 @@ int main()
|
|||||||
{
|
{
|
||||||
if(rows==0 || cols==0 || depth==0)
|
if(rows==0 || cols==0 || depth==0)
|
||||||
return;
|
return;
|
||||||
<<<<<<< local
|
|
||||||
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> other
|
|
||||||
mpreal acc1(0,mpfr_get_prec(blockA[0].mpfr_srcptr())),
|
mpreal acc1(0,mpfr_get_prec(blockA[0].mpfr_srcptr())),
|
||||||
tmp (0,mpfr_get_prec(blockA[0].mpfr_srcptr()));
|
tmp (0,mpfr_get_prec(blockA[0].mpfr_srcptr()));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user