Commit 2860fe59 authored by TheDebbio's avatar TheDebbio
Browse files

Merge remote-tracking branch 'refs/remotes/origin/feature-med-c-band-srv' into...

Merge remote-tracking branch 'refs/remotes/origin/feature-med-c-band-srv' into feature-med-c-band-srv
parents 962e0abe 748cf1ff
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -405,10 +405,12 @@ void CConfiguration::readNoiseMarkPoly(const IRA::CString & p_conf_path,
	/* wo token convert string to value */
	if (!l_start)
		p_conf_setup.m_noise_mark_lcp_coeffs.push_back(l_value.ToDouble());
	int _l=p_conf_setup.m_noise_mark_lcp_coeffs.size();
	/* Print whole coeff array from conf */
	for(int i=0; i< _l; i++){
		MED_TRACE_FMT("%f\n",p_conf_setup.m_noise_mark_lcp_coeffs[i]);			
	}
	/* Collecting RCP "C0 C1 .."" coefficients from appropriate configuration file */ 	
	/* wo token convert string to value */
	if (!l_start)
		p_conf_setup.m_noise_mark_lcp_coeffs.push_back(l_value.ToDouble());
	l_start=0;
	_GET_STRING_ATTRIBUTE("RCoeffs","RCP noise mark poly coefficients :", l_value, p_conf_path);	
	MED_TRACE_FMT("%s\n",(const char*)l_value);