- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/lib.shell/stack_math.c
r20936 r27840 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++) { \ … … 1135 1135 /* copy all but the matrix */ 1136 1136 1137 matrix2[0].unsign = matrix1[0].unsign;1138 matrix2[0].bitpix = matrix1[0].bitpix;1139 matrix2[0]. size = matrix1[0].size;1140 matrix2[0].bzero = matrix1[0].bzero;1141 matrix2[0].bscale = matrix1[0].bscale;1142 matrix2[0].Naxes = matrix1[0].Naxes;1143 for (i = 0; i < FT_MAX_NAXES; i++) 1137 matrix2[0].unsign = matrix1[0].unsign; 1138 matrix2[0].bitpix = matrix1[0].bitpix; 1139 matrix2[0].datasize = matrix1[0].datasize; 1140 matrix2[0].bzero = matrix1[0].bzero; 1141 matrix2[0].bscale = matrix1[0].bscale; 1142 matrix2[0].Naxes = matrix1[0].Naxes; 1143 for (i = 0; i < FT_MAX_NAXES; i++) { 1144 1144 matrix2[0].Naxis[i] = matrix1[0].Naxis[i]; 1145 1145 } 1146 1146 1147 1147 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
