"wrappers/vscode:/vscode.git/clone" did not exist on "9e934f69d1d8afb37107fc1fe40ee52d13955042"
Commit 9535bef7 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Added #include <typeinfo> to see if it removes errors associated w/...

Added #include <typeinfo> to see if it removes errors associated w/ std::bad_cast on Linux Ubuntu 4.3.2
parent 7ca951d1
......@@ -34,10 +34,13 @@
#include "kernels/GpuLJ14Softcore.h"
#include <cmath>
#include <map>
#include <cstring>
#include <cstdlib>
#include <typeinfo>
using namespace OpenMM;
#include <map>
typedef std::map< std::string, int > MapStringInt;
typedef MapStringInt::iterator MapStringIntI;
typedef MapStringInt::const_iterator MapStringIntCI;
......
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