"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "f8c98f32f5b6cc253077f4001f7d3bf556d99fcd"
  • Christopher Bruns's avatar
    Many changes to build OpenMM on Windows: · 90f31a68
    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
    90f31a68
ReferenceDynamics.cpp 27.7 KB