IntegralType.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 IntegralType_H
6 #define IntegralType_H
7 
14 {
15  CONTACT_TO_P = 0,
16  I_TO_CONTACT = 1,
17  I_TO_P = 2,
18  NONE = 3
19 };
20 
22 #endif
IntegralType
Specifies the two points between which a line integral is computed.
Definition: IntegralType.h:14