Skip to content

Commit

Permalink
wrapped a craching block in a cpp define, code will run, probably not…
Browse files Browse the repository at this point in the history
… correctly.
  • Loading branch information
doolin committed Apr 20, 2012
1 parent 94149eb commit f97f53e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DisambigRatios.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit f97f53e

Please sign in to comment.