"platforms/hip/tests/TestHipNonbondedForce.cpp" did not exist on "c456dd54e130151bafe3d5f635ca135ab0c018db"
Fixed some portability problems that show up in
- MingW, where "WIN32" is set by CMake but the compiler is not Microsoft's (should use _MSC_VER) in that case, and - in gcc 4.4 which is fussy about some issues that earlier versions were silent about, such as passing a string constant to a "char*" rather than a "const char*". I also fixed a syntax error in CMakeLists that showed up in the OpenMM workshop for some unknown reason. Brook is not currently building correctly; I think it has not yet been fully converted to the getTime() interface needed for variable step integrators.
Showing
Please register or sign in to comment