Ignore:
Timestamp:
Apr 23, 2001, 3:34:45 PM (24 years ago)
Author:
ansari
Message:

compil/portage SGI-CC - Reza 23/4/2001

File:
1 edited

Legend:

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

    r1463 r1476  
    2424long sdeb,sfin;
    2525int width = 8192;
    26 char c;
     26int c;
    2727while((c = getopt(narg,arg,"hs:w:")) != -1) {
    2828  switch (c) {
     
    5454
    5555  TOISeqBuffered **toi = new TOISeqBuffered *[ncol];
    56 
    57   for(int i=0;i<ncol;i++) {
     56  int i;
     57  for(i=0;i<ncol;i++) {
    5858    string col = r.getOutName(i);
    5959    toi[i] = new TOISeqBuffered(col,width);
     
    7171  w.PrintStatus(cout);
    7272
    73   for(int i=0;i<ncol;i++) if(toi[i]) delete toi[i];
     73  for(i=0;i<ncol;i++) if(toi[i]) delete toi[i];
    7474  delete toi;
    7575
Note: See TracChangeset for help on using the changeset viewer.