Changeset 1996 in Sophya


Ignore:
Timestamp:
May 13, 2002, 3:17:03 PM (23 years ago)
Author:
ansari
Message:

Compil sur magique SGI-CC - Reza 13/5/2002

Location:
trunk/ArchTOIPipe
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/cgt.cc

    r1994 r1996  
    139139void CGT::Start()
    140140{
    141   vector< TOIProcessor*  >::iterator it;
    142141  cout << " CGT::Start() starting TOIProcessors ... NProc="
    143142       << lesProcs.size() << endl;
  • trunk/ArchTOIPipe/ProcWSophya/Bolos2ring.cc

    r1984 r1996  
    108108
    109109  // on branche les TOIs des 4 bolos (l'un peut etre "vide")
    110   for(int i=0; i < 4; i++)
     110  int i;
     111  for(i=0; i < 4; i++)
    111112    {
    112113      char str[80];
     
    117118
    118119  // on branche le pointage des 2 PSB
    119   for(int i=0; i < 2; i++)
     120  for(i=0; i < 2; i++)
    120121    {
    121122      char str[80];
Note: See TracChangeset for help on using the changeset viewer.