Ignore:
Timestamp:
Nov 25, 1999, 2:07:25 PM (26 years ago)
Author:
ansari
Message:

archediab 25

File:
1 edited

Legend:

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

    r637 r639  
    1919int i,j;double I,V,A,nep;int c;double x[50];
    2020double y[nb_max_bolo+1];
    21 
     21def_gains
    2222switch(item)
    2323        {
     
    9797                               
    9898                                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
    99102                                if(!fenetre(fenetre_automatismes))
    100103                                        ouvreD(fenetre_automatismes,automatismes_id,"automatismes",exec_automatismes);
     
    126129                                for(j=0;j<nb_max_bolo;j++)     
    127130                                        {
    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 
    129133                                        }
    130134                                montracen(fen,nb_max_bolo,I,y);
Note: See TracChangeset for help on using the changeset viewer.