Changeset 33851 for trunk/psastro/src/psastroMaskUtils.c
- Timestamp:
- May 8, 2012, 5:30:49 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMaskUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMaskUtils.c
r24045 r33851 135 135 // XXX optimize this 136 136 float A = 1.0; 137 float B = shape.sxy*y*PS_SQR(shape.sx);137 float B = 2.0 * shape.sxy*y*PS_SQR(shape.sx); 138 138 float C = PS_SQR(y*shape.sx/shape.sy) - PS_SQR(shape.sx); 139 139
Note:
See TracChangeset
for help on using the changeset viewer.
