diff --git a/matlab/disp_identification.m b/matlab/disp_identification.m
index a47b7b6805e056541e0d3b8f65e6c780ff4da0c9..71c226f8a1fe729ea3189749cd42afcd01463f66 100644
--- a/matlab/disp_identification.m
+++ b/matlab/disp_identification.m
@@ -109,7 +109,7 @@ if any(idemodel.ino),
             [jx,jy]=find(jmap_pair==j);
             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(length(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
                 disp(['    [',name{jx(1)},',',name{jy(1)},'] are PAIRWISE collinear (with tol = 1.e-10) !' ])
             end
@@ -190,7 +190,7 @@ if any(idemoments.ino),
             [jx,jy]=find(jmap_pair==j);
             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(length(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
                 disp(['    [',name{jx(1)},',',name{jy(1)},'] are PAIRWISE collinear (with tol = 1.e-10) !' ])
             end