- Timestamp:
- Dec 20, 2009, 9:05:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/Ohana/src/opihi/lib.shell/stack_math.c
r20936 r26464 628 628 629 629 # define MS_FUNC(OP) { \ 630 if (V2->type == ' s') { \630 if (V2->type == 'S') { \ 631 631 opihi_flt M2 = V2[0].FltValue; \ 632 632 for (i = 0; i < Nx*Ny; i++, out++, M1++) { \ … … 635 635 break; \ 636 636 } \ 637 if (V2->type == ' S') { \637 if (V2->type == 's') { \ 638 638 opihi_int M2 = V2[0].IntValue; \ 639 639 for (i = 0; i < Nx*Ny; i++, out++, M1++) { \ … … 704 704 705 705 # define SM_FUNC(OP) { \ 706 if (V1->type == ' s') { \706 if (V1->type == 'S') { \ 707 707 opihi_flt M1 = V1[0].FltValue; \ 708 708 for (i = 0; i < Nx*Ny; i++, out++, M2++) { \ … … 711 711 break; \ 712 712 } \ 713 if (V1->type == ' S') { \713 if (V1->type == 's') { \ 714 714 opihi_int M1 = V1[0].IntValue; \ 715 715 for (i = 0; i < Nx*Ny; i++, out++, M2++) { \
Note:
See TracChangeset
for help on using the changeset viewer.
