"wrappers/python/src/vscode:/vscode.git/clone" did not exist on "03a2eec02380b7f644458f25d3be285e9a7e3208"
Commit 608dad3d authored by Christopher Bruns's avatar Christopher Bruns
Browse files

windows export macro on ReferenceFreeEnergyKernelFactory, to avoid link error...

windows export macro on ReferenceFreeEnergyKernelFactory, to avoid link error on TestReferenceGBVISoftcoreForce
parent 065e084b
...@@ -40,7 +40,7 @@ namespace OpenMM { ...@@ -40,7 +40,7 @@ namespace OpenMM {
* This KernelFactory creates all kernels for ReferencePlatform. * This KernelFactory creates all kernels for ReferencePlatform.
*/ */
class ReferenceFreeEnergyKernelFactory : public KernelFactory { class OPENMM_EXPORT ReferenceFreeEnergyKernelFactory : public KernelFactory {
public: public:
KernelImpl* createKernelImpl(std::string name, const Platform& platform, ContextImpl& context) const; KernelImpl* createKernelImpl(std::string name, const Platform& platform, ContextImpl& context) const;
}; };
......
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