IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18078


Ignore:
Timestamp:
Jun 10, 2008, 5:23:16 PM (18 years ago)
Author:
eugene
Message:

add comments to static chars

Location:
trunk/Ohana/src/opihi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c

    r16890 r18078  
    1313 
    1414  int i, j, Nvar, Nout, status;
    15   char line[512];
     15  char line[512]; // this is only used to report an error
    1616  StackVar tmp_stack;
    1717  Nout = Nvar = 0;
  • trunk/Ohana/src/opihi/lib.shell/stack_math.c

    r15878 r18078  
    1010  int i, Nx;
    1111  float *out, *M1, *M2;
    12   char line[512];
     12  char line[512]; // this is only used to report an error
    1313 
    1414  Nx = V1[0].vector[0].Nelements;
     
    140140  int i, Nx;
    141141  float *out, *M1, *M2;
    142   char line[512];
     142  char line[512]; // this is only used to report an error
    143143 
    144144  Nx = V2[0].vector[0].Nelements;
     
    258258  int i, Nx;
    259259  float *out, *M1, *M2;
    260   char line[512];
     260  char line[512]; // this is only used to report an error
    261261 
    262262  Nx = V1[0].vector[0].Nelements;
     
    377377  int i, j, Nx, Ny;
    378378  float *out, *M1, *M2;
    379   char line[512];
     379  char line[512]; // this is only used to report an error
    380380 
    381381  Nx = V1[0].buffer[0].matrix.Naxis[0];
     
    547547  int i, j, Nx, Ny;
    548548  float *out, *M1, *M2;
    549   char line[512];
     549  char line[512]; // this is only used to report an error
    550550 
    551551  Nx = V2[0].buffer[0].matrix.Naxis[0];
     
    733733  int i, Nx, Ny;
    734734  float *out, *M1, *M2;
    735   char line[512];
     735  char line[512]; // this is only used to report an error
    736736 
    737737  Nx = V1[0].buffer[0].matrix.Naxis[0];
     
    865865  int i, Nx, Ny;
    866866  float *out, *M1, *M2;
    867   char line[512];
     867  char line[512]; // this is only used to report an error
    868868 
    869869  Nx = V1[0].buffer[0].matrix.Naxis[0];
     
    984984  int i, Nx, Ny;
    985985  float *out, *M1, *M2;
    986   char line[512];
     986  char line[512]; // this is only used to report an error
    987987 
    988988  Nx = V2[0].buffer[0].matrix.Naxis[0];
     
    11011101
    11021102  float *M1, *M2, *out;
    1103   char line[512];
     1103  char line[512]; // this is only used to report an error
    11041104
    11051105  M1  = V1[0].ptr;
     
    11851185
    11861186  int value;
    1187   char line[512];
     1187  char line[512]; // this is only used to report an error
    11881188
    11891189  /* only 'N' and 'E' are allowed for WW_binary operations. anything else is either a
  • trunk/Ohana/src/opihi/pantasks/ipptool2book.c

    r16810 r18078  
    1111  int i, N, onPage, found, Unique, Nkeys, NKEYS;
    1212  char *line, *tmpword, *tmpvalue;
    13   char pagename[512], *bookName, **keys, *p, *q;
     13  char pagename[512]; // XXX this should be made dynamic, though it is an unlikey problem
     14  char *bookName, **keys, *p, *q;
    1415  char **setWordList;
    1516  char **setWordValue;
Note: See TracChangeset for help on using the changeset viewer.