Diff for /rpl/src/instructions_m3.c between versions 1.51 and 1.52

version 1.51, 2015/01/05 15:32:19 version 1.52, 2015/01/27 14:18:07
Line 123  instruction_mean(struct_processus *s_eta Line 123  instruction_mean(struct_processus *s_eta
             return;              return;
         }          }
   
         if (((*s_objet_resultat).objet = moyenne_statistique((struct_matrice *)          if (((*s_objet_resultat).objet = moyenne_statistique(s_etat_processus,
                 (*s_objet_statistique).objet)) == NULL)                  (struct_matrice *) (*s_objet_statistique).objet)) == NULL)
         {          {
             (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;              (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;
             return;              return;

Removed from v.1.51  
changed lines
  Added in v.1.52


CVSweb interface <joel.bertrand@systella.fr>