Commit e561a678 authored by Peter Eastman's avatar Peter Eastman
Browse files

Began implementing ReferencePlatform

parent 598e076c
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
// #include "SimTKOpenMMGromacsUtilities.h" // #include "SimTKOpenMMGromacsUtilities.h"
#include "SimTKOpenMMGromacsUtilities.h" #include "../SimTKUtilities/SimTKOpenMMGromacsUtilities.h"
#include "gromacsReferenceInterface.h" #include "gromacsReferenceInterface.h"
#include "gromacsReferenceInterfaceCpp.h" #include "gromacsReferenceInterfaceCpp.h"
#include "SimTKOpenMMLog.h" #include "../SimTKUtilities/SimTKOpenMMLog.h"
#include "SimTKOpenMMUtilities.h" #include "../SimTKUtilities/SimTKOpenMMUtilities.h"
#include "ReferenceBondForce.h" #include "ReferenceBondForce.h"
#include "ReferenceHarmonicBondIxn.h" #include "ReferenceHarmonicBondIxn.h"
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#define externC extern #define externC extern
#endif #endif
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
/**--------------------------------------------------------------------------------------- /**---------------------------------------------------------------------------------------
Calculate forces for given configuration and topology Calculate forces for given configuration and topology
......
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "SimTKOpenMMGromacsUtilities.h" #include "../SimTKUtilities/SimTKOpenMMGromacsUtilities.h"
#include "gromacsReferenceParameterPrint.h" #include "gromacsReferenceParameterPrint.h"
#include "SimTKOpenMMLog.h" #include "../SimTKUtilities/SimTKOpenMMLog.h"
#include "SimTKOpenMMUtilities.h" #include "../SimTKUtilities/SimTKOpenMMUtilities.h"
/**--------------------------------------------------------------------------------------- /**---------------------------------------------------------------------------------------
......
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