"serialization/vscode:/vscode.git/clone" did not exist on "a566a07487053f5eaee59cac0a0938b790697a65"
Commit 53b4e664 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed compilation error under Windows

parent 95e059dc
...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
#include <cmath> #include <cmath>
#include <sstream> #include <sstream>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
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