From e39bc178cf5de02489ea2dce3869ba6323e18492 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 10 Feb 2017 18:39:28 +0100 Subject: [PATCH] fix indexations: test.EMGLLF without errors (but R <> C) --- src/sources/EMGLLF.c | 10 +- src/test/OUT | 1520 +----------------------------------------- 2 files changed, 28 insertions(+), 1502 deletions(-) diff --git a/src/sources/EMGLLF.c b/src/sources/EMGLLF.c index 29b2243..87fd199 100644 --- a/src/sources/EMGLLF.c +++ b/src/sources/EMGLLF.c @@ -83,7 +83,7 @@ void EMGLLF_core( { //X2(i,:,r)=X(i,:).*sqrt(gam(i,r)); for (int u=0; u= 1e-05 + Inaccuracy: max(abs(error)) = 0.443413 >= 1e-05 Checking rho - Inaccuracy: max(abs(error)) = 1.90859 >= 1e-05 + Inaccuracy: max(abs(error)) = 1.51588 >= 1e-05 Checking pi - Inaccuracy: max(abs(error)) = 0.141133 >= 1e-05 + Inaccuracy: max(abs(error)) = 0.0839327 >= 1e-05 Checking LLF - Inaccuracy: max(abs(error)) = 14.0083 >= 1e-05 + Inaccuracy: max(abs(error)) = 1.02552 >= 1e-05 Checking S - Inaccuracy: max(abs(error)) = 130.206 >= 1e-05 -==9414== -==9414== HEAP SUMMARY: -==9414== in use at exit: 523 bytes in 18 blocks -==9414== total heap usage: 168 allocs, 150 frees, 348,490 bytes allocated -==9414== -==9414== LEAK SUMMARY: -==9414== definitely lost: 515 bytes in 17 blocks -==9414== indirectly lost: 0 bytes in 0 blocks -==9414== possibly lost: 0 bytes in 0 blocks -==9414== still reachable: 8 bytes in 1 blocks -==9414== suppressed: 0 bytes in 0 blocks -==9414== Rerun with --leak-check=full to see details of leaked memory -==9414== -==9414== For counts of detected and suppressed errors, rerun with: -v -==9414== Use --track-origins=yes to see where uninitialised values come from -==9414== ERROR SUMMARY: 299832 errors from 203 contexts (suppressed: 0 from 0) + Inaccuracy: max(abs(error)) = 90.3362 >= 1e-05 +==12027== +==12027== HEAP SUMMARY: +==12027== in use at exit: 523 bytes in 18 blocks +==12027== total heap usage: 168 allocs, 150 frees, 348,490 bytes allocated +==12027== +==12027== LEAK SUMMARY: +==12027== definitely lost: 515 bytes in 17 blocks +==12027== indirectly lost: 0 bytes in 0 blocks +==12027== possibly lost: 0 bytes in 0 blocks +==12027== still reachable: 8 bytes in 1 blocks +==12027== suppressed: 0 bytes in 0 blocks +==12027== Rerun with --leak-check=full to see details of leaked memory +==12027== +==12027== For counts of detected and suppressed errors, rerun with: -v +==12027== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -- 2.44.0