Salome HOME
*** empty log message ***
authorfayolle <fayolle>
Wed, 21 May 2008 16:34:05 +0000 (16:34 +0000)
committerfayolle <fayolle>
Wed, 21 May 2008 16:34:05 +0000 (16:34 +0000)
src/DSC/DSC_User/Datastream/Calcium/calciumf.c

index 30b9d133a6c95fa8a7f617dd93c813be541caba5..442470f496cd68f01fa6aab99a265d65125c151d 100644 (file)
@@ -115,8 +115,6 @@ void F_FUNC(cplch,CPLCH)(long *compo,int *dep,float *ti,float *tf,int *iter,STR_
 
   *err=cp_lch((void *)*compo,*dep,ti,tf,iter,cnom,*max,n,tabChaine,STR_LEN(tab));
 
-/*   for (index = 0; index < *n; index++) */
-/*     strcpy(&tab[index * STR_LEN(tab)], tabChaine[index]); */
   for (index = 0; index < *n; index++)
     strncpy(&tab[index * STR_LEN(tab)], tabChaine[index], strlen(tabChaine[index]));