From 9be0749e1c636d82cbb6599a91a79bd309c82732 Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@jrc.ec.europa.eu>
Date: Sat, 5 Nov 2011 11:09:10 +0100
Subject: [PATCH] small bug fix

---
 matlab/disp_identification.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/disp_identification.m b/matlab/disp_identification.m
index 71c226f8a1..057981de88 100644
--- a/matlab/disp_identification.m
+++ b/matlab/disp_identification.m
@@ -188,7 +188,7 @@ if any(idemoments.ino),
         iweak = length(find(idemoments.jweak_pair(:,j)));
         if iweak,
             [jx,jy]=find(jmap_pair==j);
-            jstore=[jstore  jx(1) jy(1)]';
+            jstore=[jstore'  jx(1) jy(1)]';
             if SampleSize > 1
                 disp(['    [',name{jx(1)},',',name{jy(1)},'] are PAIRWISE collinear (with tol = 1.e-10) for ',num2str((iweak)/SampleSize*100),'% of MC runs!' ])
             else
-- 
GitLab