Diff for /rpl/src/instructions_i3.c between versions 1.43 and 1.53

version 1.43, 2013/03/20 17:11:45 version 1.53, 2015/01/05 15:32:19
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.13    RPL/2 (R) version 4.1.20
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 789  instruction_idft(struct_processus *s_eta Line 789  instruction_idft(struct_processus *s_eta
   
     logical1                    presence_longueur_dft;      logical1                    presence_longueur_dft;
   
     long                        longueur_dft_signee;      integer8                    longueur_dft_signee;
   
     struct_complexe16           *matrice_f77;      struct_complexe16           *matrice_f77;
   

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


CVSweb interface <joel.bertrand@systella.fr>