Skip to content

Commit

Permalink
Re #8943. Adding debug prints that should be removed later.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Feb 17, 2014
1 parent 49ff846 commit 813da9b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -106,8 +106,10 @@ namespace Mantid

for(TypeIDMap::const_iterator it = typeHandlers.begin(); it != iend; ++it)
{
std::cout << it->first.name() << std::endl;
if( it->second->checkExtract(value) )
{
std::cout << ".....TRUE" << std::endl;
PyTypeObject *derivedType = const_cast<PyTypeObject*>(it->second->pythonType());
if( !result )
{
Expand Down

0 comments on commit 813da9b

Please sign in to comment.