(file) Return to sw_functions.c CVS log (file) (dir) Up to [Development] / JSOC / proj / sharp / apps

Diff for /JSOC/proj/sharp/apps/sw_functions.c between version 1.21 and 1.22

version 1.21, 2013/11/11 23:18:40 version 1.22, 2013/11/11 23:21:21
Line 1027  int computeShearAngle(float *bx_err, flo
Line 1027  int computeShearAngle(float *bx_err, flo
         /* The area here is a fractional area -- the % of the total area. This has no error associated with it. */         /* The area here is a fractional area -- the % of the total area. This has no error associated with it. */
         *area_w_shear_gt_45ptr   = (count_mask/(count))*(100.0);         *area_w_shear_gt_45ptr   = (count_mask/(count))*(100.0);
  
         printf("MEANSHR=%f\n",*meanshear_angleptr);          //printf("MEANSHR=%f\n",*meanshear_angleptr);
         printf("MEANSHR_err=%f\n",*meanshear_angle_err_ptr);          //printf("MEANSHR_err=%f\n",*meanshear_angle_err_ptr);
         printf("SHRGT45=%f\n",*area_w_shear_gt_45ptr);          //printf("SHRGT45=%f\n",*area_w_shear_gt_45ptr);
  
         return 0;         return 0;
 } }


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

Karen Tian
Powered by
ViewCVS 0.9.4