Diff for /rpl/src/instructions_f3.c between versions 1.55 and 1.56

version 1.55, 2013/03/10 17:01:05 version 1.56, 2013/03/16 11:31:41
Line 540  instruction_fleche_q(struct_processus *s Line 540  instruction_fleche_q(struct_processus *s
   
             if (y != 0)              if (y != 0)
             {              {
                 z = fabs(objectif - (r1 / r2));                  z = abs(objectif - (r1 / r2));
                 x = ((real8) 1) / y;                  x = ((real8) 1) / y;
             }              }
             else              else

Removed from v.1.55  
changed lines
  Added in v.1.56


CVSweb interface <joel.bertrand@systella.fr>