From 1956f32aacba32f137777cbddd3f0326494d5bb9 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Fri, 2 Mar 2012 20:19:32 +0000 Subject: [PATCH] fixed #1289 --- modules/core/doc/operations_on_arrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/operations_on_arrays.rst b/modules/core/doc/operations_on_arrays.rst index 1f3a594..1c50a39 100644 --- a/modules/core/doc/operations_on_arrays.rst +++ b/modules/core/doc/operations_on_arrays.rst @@ -2161,7 +2161,7 @@ The sample below is the function that takes two matrices. The first function sto // and then reconstruct it pca.backProject(coeffs, reconstructed); // and measure the error - printf(" + printf("%d. diff = %g\n", i, norm(vec, reconstructed, NORM_L2)); } return pca; } -- 2.7.4