- 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:
parent
312b67e2a4
commit
3e4848b999
3 changed files with 14 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue