Commit 3cfcd746 authored by Michael Sherman's avatar Michael Sherman
Browse files

Minor updates to powerpoint presentation on examples.

parent 9a985f07
No preview for this file type
......@@ -169,7 +169,7 @@ struct MyOpenMMData {
MyOpenMMData() : system(0), context(0), integrator(0) {}
~MyOpenMMData() {delete system; delete context; delete integrator;}
OpenMM::System* system;
OpenMM::Context* context;
OpenMM::Context* context;
OpenMM::Integrator* 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