[med-svn] [SCM] aghermann branch, master, updated. 6da4097099d8c9a4899b0dd94727010588b26301
Andrei Zavada
johnhommer at gmail.com
Sat Dec 15 17:31:33 UTC 2012
The following commit has been merged in the master branch:
commit 998a7a22c3978bbc1edc1fd8a281790c301701fd
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Sat Dec 15 19:10:24 2012 +0200
initialise some CExpDesign fields
diff --git a/src/expdesign/primaries.cc b/src/expdesign/primaries.cc
index 6724484..6fbe451 100644
--- a/src/expdesign/primaries.cc
+++ b/src/expdesign/primaries.cc
@@ -36,7 +36,9 @@ CExpDesign (const string& session_dir_,
: num_threads (0),
af_dampen_window_type (sigproc::TWinType::welch),
af_dampen_factor (.95),
- tunables0 (tstep, tlo, thi),
+ tunables0 (tstep, tlo, thi), // only references here, don't worry
+ req_percent_scored (80.),
+ swa_laden_pages_before_SWA_0 (3),
_id_pool (0),
config_keys_g ({
confval::SValidator<double>("ctl_param.step_size", &ctl_params0.siman_params.step_size),
--
Sleep experiment manager
More information about the debian-med-commit
mailing list