BaseFrictionForce.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_BaseFrictionForce_H
6 #define MERCURYDPM_BaseFrictionForce_H
7 #include "Species/BaseForce.h"
8 
10 {
11 public:
12 
16  virtual bool getUseAngularDOFs() const = 0;// {return true;}
17 };
18 
19 #endif //MERCURYDPM_BaseFrictionForce_H
Definition: BaseForce.h:12
Definition: BaseFrictionForce.h:10
virtual bool getUseAngularDOFs() const =0
Returns true if torques have to be calculated.