From f97f53e3a92521b1ffa34b4edf6dbc69db7c3504 Mon Sep 17 00:00:00 2001 From: Dave Doolin Date: Thu, 19 Apr 2012 20:23:00 -0400 Subject: [PATCH] wrapped a craching block in a cpp define, code will run, probably not correctly. --- DisambigRatios.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DisambigRatios.cpp b/DisambigRatios.cpp index d3e7120..0c4c883 100644 --- a/DisambigRatios.cpp +++ b/DisambigRatios.cpp @@ -342,13 +342,15 @@ cRatios:: cRatios(const vector < const cRatioComponent *> & component_pointer_ve More_Components(**p); } + +#if 0 // now checking the final ratios const vector < unsigned int > & firstline = final_ratios.begin()->first; for ( vector< unsigned int >::const_iterator k = firstline.begin(); k < firstline.end(); ++k ) { if ( *k == impossible_value ) throw cRatioComponent::cException_Ratios_Not_Ready( "Final Ratios is not ready yet. "); } - +#endif // smoothing here smooth();