Changeset 657 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/arcunit.c
- Timestamp:
- Nov 25, 1999, 4:58:46 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/arcunit.c
r652 r657 133 133 for(j=0;(j<nb_max_bolo) && (k<4);j++) 134 134 { 135 if(param_pt->bolo[j].bolo_code_util ==bolo_thermo_simplifie)135 if(param_pt->bolo[j].bolo_code_util&bolo_thermo_simplifie) 136 136 { 137 137 if(k==indice_tempe) … … 159 159 for(j=0;(j<nb_max_bolo) && (k<4);j++) 160 160 { 161 if(param_pt->bolo[j].bolo_code_util ==bolo_thermo_simplifie)161 if(param_pt->bolo[j].bolo_code_util&bolo_thermo_simplifie) 162 162 { 163 163 if(k==indice_tempe)
Note:
See TracChangeset
for help on using the changeset viewer.