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

version 1.112, 2018/12/24 15:54:56 version 1.122, 2024/01/17 16:57:08
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.30    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2018 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.112  
changed lines
  Added in v.1.122


CVSweb interface <joel.bertrand@systella.fr>