/[PAMELA software]/chewbacca/PamOffLineSW/forroutines/calorimeter/fillin.c
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/forroutines/calorimeter/fillin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Tue Sep 23 07:20:21 2008 UTC revision 1.2 by mocchiut, Fri Jul 24 13:53:40 2009 UTC
# Line 27  Line 27 
27  void fillin_(int *m, int *lunga, int *lleng, int *lung, int *pari, short int *vect, char *vecta)  void fillin_(int *m, int *lunga, int *lleng, int *lung, int *pari, short int *vect, char *vecta)
28  {      {    
29      int i = 1;      int i = 1;
30      int mleng;      //    int mleng;
31      char tempv[*lung];      char tempv[*lung];
32      char tempv2[*lung];      char tempv2[*lung];
33      memcpy(&tempv, &*vecta+*m-1, *lung-*m+1);          memcpy(&tempv, &*vecta+*m-1, *lung-*m+1);    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23