From efc2e9140b02c4042254d7a829dcff904f3631bf Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 3 Aug 2013 21:25:18 +0200 Subject: add comment. cppcheck false positive (bzr r12451) --- src/syseq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/syseq.h b/src/syseq.h index 029f27a91..4e7ccd943 100644 --- a/src/syseq.h +++ b/src/syseq.h @@ -289,7 +289,7 @@ template SolutionKind gaussjord_solve (double A[S][T], double x[T * afterwards copy the result back to x */ double w[S]; - SysEq::multiply(B,x,w); + SysEq::multiply(B,x,w); // initializes w for (int j = 0; j < S; ++j) { x[cols[j]] = w[j]; } -- cgit v1.2.3