"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "d44805d7dabf9be73e69328eae21e003f35ef0fc"
Commit 8cd5bed3 authored by Robert T. McGibbon's avatar Robert T. McGibbon
Browse files

platform

parent 6fdedd26
...@@ -36,7 +36,7 @@ def allclasses(root): ...@@ -36,7 +36,7 @@ def allclasses(root):
def template_data(root): def template_data(root):
data = { data = {
'core': ('OpenMM::System', 'OpenMM::Context', 'OpenMM::State', 'OpenMM::State'), 'core': ('OpenMM::System', 'OpenMM::Context', 'OpenMM::State', 'OpenMM::Platform'),
'forces': sorted(subclasses(root, 'OpenMM::Force')), 'forces': sorted(subclasses(root, 'OpenMM::Force')),
'integrators': sorted(subclasses(root, 'OpenMM::Integrator')), 'integrators': sorted(subclasses(root, 'OpenMM::Integrator')),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment