IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add comments to static chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.