Changeset 1476 in Sophya for trunk/ArchTOIPipe/TestPipes


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

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

Location:
trunk/ArchTOIPipe/TestPipes
Files:
3 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
  • trunk/ArchTOIPipe/TestPipes/tstmap2toi.cc

    r1463 r1476  
    3131char *label_alpha = "alpha", *label_delta = "delta", *label_bolomuv = "boloMuV";
    3232long sdeb,sfin;
    33 char c;
     33int c;
    3434while((c = getopt(narg,arg,"hp:s:w:a:d:b:")) != -1) {
    3535  switch (c) {
  • trunk/ArchTOIPipe/TestPipes/tsttoi2map.cc

    r1463 r1476  
    3333bool coorgal=false;
    3434long sdeb,sfin;
    35 char c;
     35int c;
    3636while((c = getopt(narg,arg,"hGp:s:w:a:d:b:n:")) != -1) {
    3737  switch (c) {
Note: See TracChangeset for help on using the changeset viewer.