Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/boinc-astropulse/files/patch-ap__fold.cpp
16124 views
1
--- ap_fold.cpp.orig 2009-04-01 00:11:24 UTC
2
+++ ap_fold.cpp
3
@@ -283,7 +283,6 @@ int Science::ffa(float *data, int num_su
4
* used to inform the core client GUI of the % complete.
5
*/
6
boinc_fraction_done(state.frac_done);
7
- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((double)state.fft_len)/log(32768.0),0);
8
9
freq_count++;
10
/* Report to stdout if we have reached a new "milestone" frequency. */
11
12