Commit e7486388fa368ca0467eb5bb542ac03f6e98dc84
1 parent
0b0d0e28
Exists in
master
and in
96 other branches
rm 7491
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
php/src/cdfsamplingfromdata.c
1 | -/* $Id: cdf constant samplig from data $ */ | |
1 | +/* $Id: cdf constant sampling from data $ */ | |
2 | 2 | |
3 | 3 | #include <stdio.h> |
4 | 4 | #include <stdlib.h> |
... | ... | @@ -150,6 +150,5 @@ int main(int argc, char *argv[]) |
150 | 150 | if ((cstatus = CDFlib(CLOSE_, CDF_, NULL_)) != CDF_OK) |
151 | 151 | cdf_handle_error (cstatus); |
152 | 152 | |
153 | - // fprintf(stdout,"%d %f\n",min[1], (float)min[0]/100.0); | |
154 | 153 | fprintf(stdout,"%f\n",(float)sampling/10.0); |
155 | 154 | } | ... | ... |