Ignore:
Timestamp:
Nov 25, 1999, 4:58:46 PM (26 years ago)
Author:
ansari
Message:

4 bit pour bolo on-of/bolo transmis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archediab.old/archediab.sources/c/arcunit.c

    r652 r657  
    133133for(j=0;(j<nb_max_bolo) && (k<4);j++)
    134134        {
    135         if(param_pt->bolo[j].bolo_code_util==bolo_thermo_simplifie)
     135        if(param_pt->bolo[j].bolo_code_util&bolo_thermo_simplifie)
    136136                {
    137137                if(k==indice_tempe)
     
    159159for(j=0;(j<nb_max_bolo) && (k<4);j++)
    160160        {
    161         if(param_pt->bolo[j].bolo_code_util==bolo_thermo_simplifie)
     161        if(param_pt->bolo[j].bolo_code_util&bolo_thermo_simplifie)
    162162                {
    163163                if(k==indice_tempe)
Note: See TracChangeset for help on using the changeset viewer.