Skip to content

Commit 6dea0b3

Browse files
committed
Squashed 'external/jigsaw/' changes from 358b0b7..666718d
666718d 0.9.12 updates: MARCHE solver, low-level optimisations, etc git-subtree-dir: external/jigsaw git-subtree-split: 666718d8b1b7534ac45f343a2154beefc5cbb8fc
1 parent 3fa18db commit 6dea0b3

166 files changed

Lines changed: 32628 additions & 32604 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

inc/jigsaw_const.h

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
* Constants for the JIGSAW meshing library.
55
--------------------------------------------------------
66
*
7-
* This program may be freely redistributed under the
8-
* condition that the copyright notices (including this
9-
* entire header) are not removed, and no compensation
10-
* is received through use of the software. Private,
11-
* research, and institutional use is free. You may
12-
* distribute modified versions of this code UNDER THE
13-
* CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE
14-
* TO IT IN THE SAME FILE REMAIN UNDER COPYRIGHT OF THE
15-
* ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE
16-
* MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR
17-
* NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution
18-
* of this code as part of a commercial system is
19-
* permissible ONLY BY DIRECT ARRANGEMENT WITH THE
20-
* AUTHOR. (If you are not directly supplying this
21-
* code to a customer, and you are instead telling them
22-
* how they can obtain it for free, then you are not
23-
* required to make any arrangement with me.)
7+
* This program may be freely redistributed under the
8+
* condition that the copyright notices (including this
9+
* entire header) are not removed, and no compensation
10+
* is received through use of the software. Private,
11+
* research, and institutional use is free. You may
12+
* distribute modified versions of this code UNDER THE
13+
* CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE
14+
* TO IT IN THE SAME FILE REMAIN UNDER COPYRIGHT OF THE
15+
* ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE
16+
* MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR
17+
* NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution
18+
* of this code as part of a commercial system is
19+
* permissible ONLY BY DIRECT ARRANGEMENT WITH THE
20+
* AUTHOR. (If you are not directly supplying this
21+
* code to a customer, and you are instead telling them
22+
* how they can obtain it for free, then you are not
23+
* required to make any arrangement with me.)
2424
*
2525
* Disclaimer: Neither I nor: Columbia University, The
26-
* Massachusetts Institute of Technology, The
26+
* Massachusetts Institute of Technology, The
2727
* University of Sydney, nor The National Aeronautics
28-
* and Space Administration warrant this code in any
29-
* way whatsoever. This code is provided "as-is" to be
28+
* and Space Administration warrant this code in any
29+
* way whatsoever. This code is provided "as-is" to be
3030
* used at your own risk.
3131
*
3232
--------------------------------------------------------
@@ -40,12 +40,12 @@
4040
*
4141
--------------------------------------------------------
4242
*/
43-
44-
/*
43+
44+
/*
4545
--------------------------------------------------------
4646
* return codes for JIGSAW.
4747
--------------------------------------------------------
48-
*/
48+
*/
4949

5050
# define JIGSAW_UNKNOWN_ERROR -1
5151

@@ -56,18 +56,18 @@
5656

5757
# define JIGSAW_INVALID_ARGUMENT +4
5858

59-
/*
59+
/*
6060
--------------------------------------------------------
6161
* constants for JIGSAW.
6262
--------------------------------------------------------
63-
*/
63+
*/
6464

6565
# define JIGSAW_NULL_FLAG -100
6666

6767
# define JIGSAW_EUCLIDEAN_MESH +100
6868
# define JIGSAW_EUCLIDEAN_GRID +101
6969
# define JIGSAW_EUCLIDEAN_DUAL +102
70-
70+
7171
# define JIGSAW_ELLIPSOID_MESH +200
7272
# define JIGSAW_ELLIPSOID_GRID +201
7373
# define JIGSAW_ELLIPSOID_DUAL +202
@@ -83,7 +83,7 @@
8383

8484
# define JIGSAW_HFUN_RELATIVE +300
8585
# define JIGSAW_HFUN_ABSOLUTE +301
86-
86+
8787
# define JIGSAW_KERN_DELFRONT +400
8888
# define JIGSAW_KERN_DELAUNAY +401
8989
# define JIGSAW_KERN_BISECTOR +402
@@ -93,6 +93,6 @@
9393

9494
# define JIGSAW_KERN_ODT_DQDX +404
9595
# define JIGSAW_KERN_CVT_DQDX +405
96-
97-
98-
96+
97+
98+

0 commit comments

Comments
 (0)