In openbabel sources from FreeBSD port and latest code snapshot FindBaseType
definition looks like

OBPlugin* OBPlugin::BaseFindType(PluginMapType& Map, const char* ID)
{
  if(!ID || !*ID)
    return NULL;
  PluginMapType::iterator itr = Map.find(ID);
  if(itr==Map.end())
    return NULL;
  else
    return itr->second;
}

Function doesn't check whether plugins loaded or not.
Which version of openbabel you use?



--
View this message in context: 
http://forums.openbabel.org/Error-in-Pybel-readstring-smi-format-not-recognized-tp4657776p4657791.html
Sent from the General discussion mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to