aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/PaStiXSupport/PaStiXSupport.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-04-17 08:38:42 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-04-17 08:38:42 +0200
commit1198ca02845e34db7c1da27fb3beb96743d2d0ee (patch)
treec7f74fbc68117dfe6ed2a16419e5df8ea944a9ba /Eigen/src/PaStiXSupport/PaStiXSupport.h
parent5d56f9f76351ccf3be37375651fec80de1755b44 (diff)
remove debug output
Diffstat (limited to 'Eigen/src/PaStiXSupport/PaStiXSupport.h')
-rw-r--r--Eigen/src/PaStiXSupport/PaStiXSupport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/PaStiXSupport/PaStiXSupport.h b/Eigen/src/PaStiXSupport/PaStiXSupport.h
index aefaf12f9..f42826208 100644
--- a/Eigen/src/PaStiXSupport/PaStiXSupport.h
+++ b/Eigen/src/PaStiXSupport/PaStiXSupport.h
@@ -459,7 +459,6 @@ Derived& PastixBase<Derived>::factorize(MatrixType& mat)
m_factorizationIsOk = true;
m_isInitialized = true;
}
- std::cout << "IPARM " << m_iparm(IPARM_ERROR_NUMBER) << " \n";
return derived();
}