BaseAdhesiveForce.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
5 #ifndef MERCURYDPM_BaseAdhesiveForce_H
6 #define MERCURYDPM_BaseAdhesiveForce_H
7 #include "Species/BaseForce.h"
8 
10 {
11 public:
12  virtual void setInteractionDistance() {};
13 };
14 
15 #endif //MERCURYDPM_BaseAdhesiveForce_H
Definition: BaseAdhesiveForce.h:10
virtual void setInteractionDistance()
Definition: BaseAdhesiveForce.h:12
Definition: BaseForce.h:12