Changeset 1615 in Sophya


Ignore:
Timestamp:
Jul 31, 2001, 6:06:01 PM (24 years ago)
Author:
ansari
Message:

compil sous SGI-CC , Reza 31/7/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/zthr.cc

    r1611 r1615  
    7575
    7676  CountLock clk;
    77   for(int kk=0; kk<atoi(arg[3]); kk++) {
     77  int kk;
     78  for(kk=0; kk<atoi(arg[3]); kk++) {
    7879    clk.Count();
    7980  }
     
    9192
    9293  PrtTim("BeginOfCount2 ");
    93   for(int kk=0; kk<atoi(arg[3]); kk++) {
     94  for(kk=0; kk<atoi(arg[3]); kk++) {
    9495    clk.Count();
    9596  }
Note: See TracChangeset for help on using the changeset viewer.