"wrappers/vscode:/vscode.git/clone" did not exist on "698769b901d8be03483320ce929c5895ee992741"
Commit 65b9d0b6 authored by Peter Eastman's avatar Peter Eastman
Browse files

Python API wrappers are now part of OpenMM

parent abb19052
This diff is collapsed.
#!/bin/bash
rm -rf xml/ html/
doxygen
cd xml
xsltproc combine.xslt index.xml >| ../all.xml
./buildSwigWrapper.sh: line 32: doxygen: command not found
This diff is collapsed.
This diff is collapsed.
%exception {
try {
$action
} catch (OpenMM::OpenMMException &e) {
PyErr_SetString(PyExc_Exception, const_cast<char*>(e.what()));
return NULL;
}
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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