Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Laurent Rineau
88e3c65e58
Merge pull request #4538 from cosurgi/fixYadeRealCompilation
...
Fix Yade high precision Real compilation
2020-03-05 14:50:45 +01:00
Janek Kozicki
e94156d7b5
Replace two std::sqrt(…); with using std::sqrt; ……… sqrt(…); Fix Yade compilation.
2020-02-23 15:19:56 +01:00
Sébastien Loriot
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Simon Giraudot
d3e42bee99
Fix tabs/indentation
2019-07-17 15:38:02 +02:00
Simon Giraudot
fbf0f3bf0c
Fix assemble_covariance_matrix_3() for tetrahedron based on working prototype code
2019-07-17 15:27:21 +02:00
Simon Giraudot
8871603992
Use unsigned volume for tetrahedra
2019-07-17 15:27:21 +02:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Simon Giraudot
c13f94e802
Add variants so that Default uses the optimized version if Eigen available
2017-04-27 11:10:30 +02:00
Simon Giraudot
8b64be2e20
Specialize covariance matrix assembly with Eigen version
2017-04-24 09:39:00 +02:00