Index: trunk/src/civ.m
===================================================================
--- trunk/src/civ.m	(revision 1197)
+++ trunk/src/civ.m	(revision 1198)
@@ -127,5 +127,5 @@
 
 if par_civ.CorrSmooth~=0 % par_civ.CorrSmooth=0 implies no civ computation (just input image and grid points given)
-    for ivec=1:nbvec
+    parfor ivec=1:nbvec
 %         iref=round(par_civ.Grid(ivec,1));% xindex on the image A for the middle of the correlation box
 %         jref=round(npy_ima-par_civ.Grid(ivec,2));%  j index  for the middle of the correlation box in the image A
Index: trunk/src/series/civ_series.m
===================================================================
--- trunk/src/series/civ_series.m	(revision 1197)
+++ trunk/src/series/civ_series.m	(revision 1198)
@@ -328,4 +328,5 @@
     % if Civ1 computation is requested
     if Param.ActionInput.CheckCiv1
+        tstart_civ1=tic;
         disp('civ1 started')
         par_civ1=Param.ActionInput.Civ1;% parameters for civ1
@@ -543,4 +544,5 @@
             return
         end
+        time_civ1=toc(tstart_civ1);
     end
     
