Diff for /rpl/src/instructions_f2.c between versions 1.43 and 1.44

version 1.43, 2013/03/20 17:11:45 version 1.44, 2013/03/21 16:31:59
Line 913  instruction_fft(struct_processus *s_etat Line 913  instruction_fft(struct_processus *s_etat
     integer4                    nombre_colonnes;      integer4                    nombre_colonnes;
     integer4                    nombre_lignes;      integer4                    nombre_lignes;
   
     logical1                    presence_longueur_fft;      integer8                    longueur_fft_signee;
   
     long                        longueur_fft_signee;      logical1                    presence_longueur_fft;
   
     struct_complexe16           *matrice_f77;      struct_complexe16           *matrice_f77;
   

Removed from v.1.43  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>