Skip to content
Snippets Groups Projects
Commit 9be0749e authored by Marco Ratto's avatar Marco Ratto
Browse files

small bug fix

parent 9ebb8678
Branches
Tags
No related merge requests found
...@@ -188,7 +188,7 @@ if any(idemoments.ino), ...@@ -188,7 +188,7 @@ if any(idemoments.ino),
iweak = length(find(idemoments.jweak_pair(:,j))); iweak = length(find(idemoments.jweak_pair(:,j)));
if iweak, if iweak,
[jx,jy]=find(jmap_pair==j); [jx,jy]=find(jmap_pair==j);
jstore=[jstore jx(1) jy(1)]'; jstore=[jstore' jx(1) jy(1)]';
if SampleSize > 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!' ]) disp([' [',name{jx(1)},',',name{jy(1)},'] are PAIRWISE collinear (with tol = 1.e-10) for ',num2str((iweak)/SampleSize*100),'% of MC runs!' ])
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment