version 1.59, 2015/01/05 15:32:22
|
version 1.65, 2016/03/01 22:12:34
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.20 |
RPL/2 (R) version 4.1.25 |
Copyright (C) 1989-2015 Dr. BERTRAND Joël |
Copyright (C) 1989-2016 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
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; |