- Timestamp:
- Jul 3, 2008, 10:26:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080421/Ohana/src/opihi/lib.shell/stack_math.c
r17470 r18424 10 10 int i, Nx; 11 11 float *out, *M1, *M2; 12 char line[512]; 12 char line[512]; // this is only used to report an error 13 13 14 14 Nx = V1[0].vector[0].Nelements; … … 83 83 switch (op[0]) { 84 84 case '+': 85 VV_FUN 86 85 VV_FUNC 87 86 88 87 if ((M1->type == OPIHI_FLOAT) && (M2->type == OPIHI_FLOAT)) { … … 222 221 int i, Nx; 223 222 float *out, *M1, *M2; 224 char line[512]; 223 char line[512]; // this is only used to report an error 225 224 226 225 Nx = V2[0].vector[0].Nelements; … … 340 339 int i, Nx; 341 340 float *out, *M1, *M2; 342 char line[512]; 341 char line[512]; // this is only used to report an error 343 342 344 343 Nx = V1[0].vector[0].Nelements; … … 459 458 int i, j, Nx, Ny; 460 459 float *out, *M1, *M2; 461 char line[512]; 460 char line[512]; // this is only used to report an error 462 461 463 462 Nx = V1[0].buffer[0].matrix.Naxis[0]; … … 629 628 int i, j, Nx, Ny; 630 629 float *out, *M1, *M2; 631 char line[512]; 630 char line[512]; // this is only used to report an error 632 631 633 632 Nx = V2[0].buffer[0].matrix.Naxis[0]; … … 815 814 int i, Nx, Ny; 816 815 float *out, *M1, *M2; 817 char line[512]; 816 char line[512]; // this is only used to report an error 818 817 819 818 Nx = V1[0].buffer[0].matrix.Naxis[0]; … … 947 946 int i, Nx, Ny; 948 947 float *out, *M1, *M2; 949 char line[512]; 948 char line[512]; // this is only used to report an error 950 949 951 950 Nx = V1[0].buffer[0].matrix.Naxis[0]; … … 1066 1065 int i, Nx, Ny; 1067 1066 float *out, *M1, *M2; 1068 char line[512]; 1067 char line[512]; // this is only used to report an error 1069 1068 1070 1069 Nx = V2[0].buffer[0].matrix.Naxis[0]; … … 1183 1182 1184 1183 float *M1, *M2, *out; 1185 char line[512]; 1184 char line[512]; // this is only used to report an error 1186 1185 1187 1186 M1 = V1[0].ptr; … … 1267 1266 1268 1267 int value; 1269 char line[512]; 1268 char line[512]; // this is only used to report an error 1270 1269 1271 1270 /* 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.
