IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2008, 10:26:51 PM (18 years ago)
Author:
eugene
Message:

updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080421/Ohana/src/opihi/lib.shell/stack_math.c

    r17470 r18424  
    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;
     
    8383  switch (op[0]) {
    8484  case '+':
    85     VV_FUN
    86    
     85    VV_FUNC
    8786
    8887    if ((M1->type == OPIHI_FLOAT) && (M2->type == OPIHI_FLOAT)) {
     
    222221  int i, Nx;
    223222  float *out, *M1, *M2;
    224   char line[512];
     223  char line[512]; // this is only used to report an error
    225224 
    226225  Nx = V2[0].vector[0].Nelements;
     
    340339  int i, Nx;
    341340  float *out, *M1, *M2;
    342   char line[512];
     341  char line[512]; // this is only used to report an error
    343342 
    344343  Nx = V1[0].vector[0].Nelements;
     
    459458  int i, j, Nx, Ny;
    460459  float *out, *M1, *M2;
    461   char line[512];
     460  char line[512]; // this is only used to report an error
    462461 
    463462  Nx = V1[0].buffer[0].matrix.Naxis[0];
     
    629628  int i, j, Nx, Ny;
    630629  float *out, *M1, *M2;
    631   char line[512];
     630  char line[512]; // this is only used to report an error
    632631 
    633632  Nx = V2[0].buffer[0].matrix.Naxis[0];
     
    815814  int i, Nx, Ny;
    816815  float *out, *M1, *M2;
    817   char line[512];
     816  char line[512]; // this is only used to report an error
    818817 
    819818  Nx = V1[0].buffer[0].matrix.Naxis[0];
     
    947946  int i, Nx, Ny;
    948947  float *out, *M1, *M2;
    949   char line[512];
     948  char line[512]; // this is only used to report an error
    950949 
    951950  Nx = V1[0].buffer[0].matrix.Naxis[0];
     
    10661065  int i, Nx, Ny;
    10671066  float *out, *M1, *M2;
    1068   char line[512];
     1067  char line[512]; // this is only used to report an error
    10691068 
    10701069  Nx = V2[0].buffer[0].matrix.Naxis[0];
     
    11831182
    11841183  float *M1, *M2, *out;
    1185   char line[512];
     1184  char line[512]; // this is only used to report an error
    11861185
    11871186  M1  = V1[0].ptr;
     
    12671266
    12681267  int value;
    1269   char line[512];
     1268  char line[512]; // this is only used to report an error
    12701269
    12711270  /* 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.