"csrc/vscode:/vscode.git/clone" did not exist on "f53648742b723d22cb016c999b9f77a8df730c29"
Many changes to build OpenMM on Windows:
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
Showing
Please register or sign in to comment