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/diabolo.c

    r637 r639  
    4343//flag=alerte(3,"   Archeops ou Planck  \r\r acquisition avec carte PCI ??"); // vaut 1 pour acquisition PCI
    4444//flag=2;       // en mode simulation
    45 if(!clavier(touche_alt) ) flag=2; else flag=1;          // en mode acquisition
     45if(clavier(touche_alt) ) flag=2; else flag=1;           // en mode acquisition
    4646#endif
    4747
     
    116116*/
    117117
     118
    118119if(flag==1)                                     //  mets en route les interruptions
    119120        {
Note: See TracChangeset for help on using the changeset viewer.