Home
last modified time | relevance | path

Searched refs:theOpEnergy (Results 1 – 3 of 3) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/src/ops/
H A Dforcefield.cpp74 OpEnergy theOpEnergy("energy"); //Global instance variable
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dplugin.h561 OB_STATIC_PLUGIN(OpEnergy, theOpEnergy)
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dplugin.cpp414 plugin_ids.push_back(reinterpret_cast<OBPlugin*>(&theOpEnergy)->GetID()); in EnableStaticPlugins()