"docs-source/api-python/index.rst" did not exist on "7323ad8008dd3bbf700109fc29a8071a6e1d710f"
- 10 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 25 Jun, 2009 1 commit
-
-
Michael Sherman authored
- 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.
-
- 31 Mar, 2009 1 commit
-
-
Peter Eastman authored
-
- 23 Jun, 2008 1 commit
-
-
Christopher Bruns authored
1) Added DLL export macros to many classes; enough to get tests to compile 2) Cosmetic changes to reduce warnings in Visual Studio: a) change many "for (int i ="... to "for (size_t i ="... to avoid unsigned mismatch warnings b) included many explicit static_cast<OpenMMReal>() casts to document places where double->float conversion warnings occur
-
- 02 May, 2008 1 commit
-
-
Peter Eastman authored
-
- 29 Apr, 2008 1 commit
-
-
Peter Eastman authored
-