/[PAMELA software]/yoda/techmodel/forroutines/calorimeter/fillin.c
ViewVC logotype

Diff of /yoda/techmodel/forroutines/calorimeter/fillin.c

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

revision 2.1 by kusanagi, Mon Oct 18 13:01:32 2004 UTC revision 2.2 by kusanagi, Fri Dec 3 22:08:10 2004 UTC
# Line 22  void fillin_(int *m, int *lunga, int *ll Line 22  void fillin_(int *m, int *lunga, int *ll
22      int i;      int i;
23      char tempv[*lung];      char tempv[*lung];
24      char tempv2[*lung];      char tempv2[*lung];
25      memcpy(&tempv, &*vecta+*m-1, *lung);          memcpy(&tempv, &*vecta+*m-1, *lung-*m+1);    
26      for (i = 1; i < *lung-1; i=i+2){      for (i = 1; i < *lung-1; i=i+2){
27          tempv2[i-1]=tempv[i];          tempv2[i-1]=tempv[i];
28          tempv2[i]=tempv[i-1];          tempv2[i]=tempv[i-1];

Legend:
Removed from v.2.1  
changed lines
  Added in v.2.2

  ViewVC Help
Powered by ViewVC 1.1.23