- Added statistics skeletron, updated gradients

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1048 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
fpaparel 2006-09-07 17:52:19 +00:00
parent 312b67e2a4
commit 3e4848b999
3 changed files with 14 additions and 9 deletions

View file

@ -124,10 +124,12 @@ JumpToDialog::_on_jump()
catch(const CPUPolicyException& cpe)
{
// Fatal error. We should never get here.
#ifndef NDEBUG
std::cerr << _(" [EE] Fatal error. Impossible to deactivate the policy in ") << __FILE__ << ":" << __LINE__
<< std::endl << _(" [EE] ") << cpe.what() << std::endl;
;
abort();
#endif
}
}
catch(const NullPolicyException& npe)