Diff for /rpl/src/instructions_t2.c between versions 1.59 and 1.60

version 1.59, 2015/01/05 15:32:22 version 1.60, 2015/01/27 14:18:08
Line 571  instruction_tot(struct_processus *s_etat Line 571  instruction_tot(struct_processus *s_etat
         }          }
   
         if (((*s_objet_resultat).objet = sommation_statistique(          if (((*s_objet_resultat).objet = sommation_statistique(
                   s_etat_processus,
                 (struct_matrice *) (*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;

Removed from v.1.59  
changed lines
  Added in v.1.60


CVSweb interface <joel.bertrand@systella.fr>