Ignore:
Timestamp:
Nov 15, 2001, 6:47:11 PM (24 years ago)
Author:
ansari
Message:

compil sur SGI-CC - Reza 15/11/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/tstdemopipe.cc

    r1762 r1769  
    356356    fw1.AddCol("boloMuV_20",NULL,"double",TDOUBLE);
    357357    //fw1.AddCol("fg_boloMuV_20",NULL,"UInt_8Flag",TLONG);
    358     for(long i=0;i<nro;i++) {
     358    long i;
     359    for(i=0;i<nro;i++) {
    359360      fw1.Write(0,i,(double) sn1+i);
    360361      fw1.Write(1,i,10.+NorRand());
     
    369370    fw2.AddCol("boloMuV_30",NULL,"double",TDOUBLE);
    370371    fw2.AddCol("fg_boloMuV_30",NULL,"UInt_8Flag",TLONG);
    371     for(long i=0;i<nro;i++) {
     372    for(i=0;i<nro;i++) {
    372373      fw2.Write(0,i,(double) sn2+i);
    373374      fw2.Write(1,i,30.+NorRand());
Note: See TracChangeset for help on using the changeset viewer.