Changeset 639 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/courbeVI.c
- Timestamp:
- Nov 25, 1999, 2:07:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/courbeVI.c
r637 r639 19 19 int i,j;double I,V,A,nep;int c;double x[50]; 20 20 double y[nb_max_bolo+1]; 21 21 def_gains 22 22 switch(item) 23 23 { … … 97 97 98 98 if(litD(fen,cvi_precis,0L)) posi++; else posi+=2; 99 printf(" posi=%d \n",posi); 100 if(posi>=25) {son(133);posi=0;tachedefond(fen,-1);} 101 99 102 if(!fenetre(fenetre_automatismes)) 100 103 ouvreD(fenetre_automatismes,automatismes_id,"automatismes",exec_automatismes); … … 126 129 for(j=0;j<nb_max_bolo;j++) 127 130 { 128 y[j]=calcV(j+1)*1e-3; // mV 131 y[j]=(calcV(j+1)-xbolbrut(j))*1e-3; 132 // corrigée du déséquilibre en µV puis transformé en mV 129 133 } 130 134 montracen(fen,nb_max_bolo,I,y);
Note:
See TracChangeset
for help on using the changeset viewer.