Diff for /rpl/src/analyse.c between versions 1.117 and 1.122

version 1.117, 2021/03/13 12:50:37 version 1.122, 2024/01/17 16:57:08
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.33    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2021 Dr. BERTRAND Joël    Copyright (C) 1989-2024 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 807  initialisation_instructions(struct_proce Line 807  initialisation_instructions(struct_proce
     //INSTRUCTION("BESTFIT")      //INSTRUCTION("BESTFIT")
     //Instruction HP48 (choisit le meilleur modèle de régression)      //Instruction HP48 (choisit le meilleur modèle de régression)
     INSTRUCTION("CLRFUSE", instruction_clrfuse);      INSTRUCTION("CLRFUSE", instruction_clrfuse);
       INSTRUCTION("CLRSOCK", instruction_clrsock);
     INSTRUCTION("CONVERT", instruction_convert);      INSTRUCTION("CONVERT", instruction_convert);
     INSTRUCTION("CRSMPHR", instruction_crsmphr);      INSTRUCTION("CRSMPHR", instruction_crsmphr);
     INSTRUCTION("CURRENC", instruction_currenc);      INSTRUCTION("CURRENC", instruction_currenc);

Removed from v.1.117  
changed lines
  Added in v.1.122


CVSweb interface <joel.bertrand@systella.fr>