IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:24:46 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

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

    r20936 r26891  
    628628
    629629# define MS_FUNC(OP) {                                  \
    630     if (V2->type == 's')  {                             \
     630    if (V2->type == 'S')  {                             \
    631631      opihi_flt M2 = V2[0].FltValue;                    \
    632632      for (i = 0; i < Nx*Ny; i++, out++, M1++) {        \
     
    635635      break;                                            \
    636636    }                                                   \
    637     if (V2->type == 'S')  {                             \
     637    if (V2->type == 's')  {                             \
    638638      opihi_int M2 = V2[0].IntValue;                    \
    639639      for (i = 0; i < Nx*Ny; i++, out++, M1++) {        \
     
    704704
    705705# define SM_FUNC(OP) {                                  \
    706     if (V1->type == 's')  {                             \
     706    if (V1->type == 'S')  {                             \
    707707      opihi_flt M1 = V1[0].FltValue;                    \
    708708      for (i = 0; i < Nx*Ny; i++, out++, M2++) {        \
     
    711711      break;                                            \
    712712    }                                                   \
    713     if (V1->type == 'S')  {                             \
     713    if (V1->type == 's')  {                             \
    714714      opihi_int M1 = V1[0].IntValue;                    \
    715715      for (i = 0; i < Nx*Ny; i++, out++, M2++) {        \
Note: See TracChangeset for help on using the changeset viewer.