[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Fri Feb 24 17:15:41 UTC 2017
sc/source/core/tool/interpr5.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c6902cf8f19fc944c6d9e66cdb27887961301a5
Author: Eike Rathke <erack at redhat.com>
Date: Fri Feb 24 18:14:44 2017 +0100
replace a leftover OSL_DEBUG_LEVEL >1
Change-Id: Ic5e5e72a2c79e68752c3108de9f3722fbcb8e7b3
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index fe3b6e4..1fba10b 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -759,7 +759,7 @@ static void lcl_LUP_solve( const ScMatrix* mLU, const SCSIZE n,
fSum -= mLU->GetDouble( j, i) * X[j]; // X[j] === x[j]
X[i] = fSum / mLU->GetDouble( i, i); // X[i] === x[i]
}
-#if OSL_DEBUG_LEVEL >1
+#if DEBUG_SC_LUP_DECOMPOSITION
fprintf( stderr, "\n%s\n", "lcl_LUP_solve():");
for (SCSIZE i=0; i < n; ++i)
fprintf( stderr, "%8.2g ", X[i]);
More information about the Libreoffice-commits
mailing list