"plugins/cpupme/vscode:/vscode.git/clone" did not exist on "ca200ea3eee2f4f0139afc057d7d8bf51315acd1"
Commit 5587fac9 authored by Lee-Ping Wang's avatar Lee-Ping Wang
Browse files
parents 7a55f02c 73882ac5
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef __ReferenceAndersenThermostat_H__ #ifndef __ReferenceAndersenThermostat_H__
#define __ReferenceAndersenThermostat_H__ #define __ReferenceAndersenThermostat_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include <vector> #include <vector>
// --------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#ifndef __ReferenceCMAPTorsionIxn_H__ #ifndef __ReferenceCMAPTorsionIxn_H__
#define __ReferenceCMAPTorsionIxn_H__ #define __ReferenceCMAPTorsionIxn_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "../SimTKUtilities/SimTKOpenMMUtilities.h" #include "SimTKOpenMMUtilities.h"
#include "ReferenceBondIxn.h" #include "ReferenceBondIxn.h"
#include <vector> #include <vector>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef __ReferenceConstraintAlgorithm_H__ #ifndef __ReferenceConstraintAlgorithm_H__
#define __ReferenceConstraintAlgorithm_H__ #define __ReferenceConstraintAlgorithm_H__
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "openmm/internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
/** /**
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define __ReferenceDynamics_H__ #define __ReferenceDynamics_H__
#include "ReferenceConstraintAlgorithm.h" #include "ReferenceConstraintAlgorithm.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "openmm/System.h" #include "openmm/System.h"
#include <cstddef> #include <cstddef>
#include <vector> #include <vector>
......
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