[med-svn] [SCM] aghermann branch, master, updated. f0d4c0fd35bf09e7dff56ddb9a2d798ae916c2ef

Andrei Zavada johnhommer at gmail.com
Sun Feb 3 12:52:58 UTC 2013


The following commit has been merged in the master branch:
commit 1d23ab13fe6edc73044cbee0ce2fe69b0d89de0f
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Mon Jan 28 09:58:44 2013 +0200

    WIP

diff --git a/src/ui/sf/channel.cc b/src/ui/sf/channel.cc
index fb61130..61c1cb6 100644
--- a/src/ui/sf/channel.cc
+++ b/src/ui/sf/channel.cc
@@ -614,7 +614,6 @@ _put_selection()
 	if ( selection_end_time - selection_start_time > 1. ) {
 		_p.artifacts_d().W_V.down();
 		auto& P = _p.artifacts_d().P;
-	FAFA;
 		auto sssu =
 			metrics::mc::do_sssu_reduction(
 				valarray<TFloat> {signal_filtered[ slice (selection_start, (selection_end - selection_start), 1) ]},
@@ -623,7 +622,6 @@ _put_selection()
 				P.f0, P.fc, P.bandwidth);
 		selection_SS = sssu.first[0];
 		selection_SU = sssu.second[0];
-	FAFA;
 	}
 }
 

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list