Changeset 20286 for trunk/Ohana
- Timestamp:
- Oct 21, 2008, 8:09:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro2/src/grid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro2/src/grid.c
r16040 r20286 68 68 if (N[i] < Nmin) continue; 69 69 70 /* s is the variance, f is vari ence overweighted by number */70 /* s is the variance, f is variance overweighted by number */ 71 71 s = fabs ((D2[i]/N[i]) - SQ(DX[i]/N[i]) - SQ(DY[i]/N[i])); 72 72 f = s / SQ(SQ(N[i])); … … 181 181 if (N[i] < Nmin) continue; 182 182 183 /* s is the variance, f is vari ence overweighted by number */183 /* s is the variance, f is variance overweighted by number */ 184 184 s = fabs ((D2[i]/N[i]) - SQ(DX[i]/N[i]) - SQ(DY[i]/N[i])); 185 185 f = s / SQ(SQ(N[i]));
Note:
See TracChangeset
for help on using the changeset viewer.
