Fix remaining garbage during a merge.

This commit is contained in:
Gael Guennebaud 2014-09-01 17:25:13 +02:00
parent daad9585a3
commit 8754341848

View File

@ -159,11 +159,7 @@ int main()
{
if(rows==0 || cols==0 || depth==0)
return;
<<<<<<< local
=======
>>>>>>> other
mpreal acc1(0,mpfr_get_prec(blockA[0].mpfr_srcptr())),
tmp (0,mpfr_get_prec(blockA[0].mpfr_srcptr()));