[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Fri Feb 24 17:20:26 UTC 2017
sc/source/core/tool/interpr5.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9f77a73e2da7da51b318699c477aa071c0b8c324
Author: Eike Rathke <erack at redhat.com>
Date: Fri Feb 24 18:19:35 2017 +0100
grml.. and do that right
Change-Id: I71bc423bde1f7df576175120741c8a08100b08dd
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 1fba10b..efd1029 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 DEBUG_SC_LUP_DECOMPOSITION
+#ifdef 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