Skip to content

Commit edb0076

Browse files
authored
0.9.5.1 updates: mesh optimisation, min-pwr balls.
1 parent 71bdc63 commit edb0076

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/libcpp/geom_mesh/rdel_base_2.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
--------------------------------------------------------
3333
*
34-
* Last updated: 04 October, 2017
34+
* Last updated: 10 December, 2017
3535
*
3636
* Copyright 2013-2017
3737
* Darren Engwirda
@@ -170,7 +170,7 @@
170170
} ;
171171

172172
/*------------------------------ calc. diametric ball */
173-
geometry::mini_ball_2d(_ebal ,
173+
geometry::circ_ball_2d(_ebal ,
174174
&_mesh._tria.
175175
node(_enod[0])->pval(0),
176176
&_mesh._tria.

src/libcpp/geom_mesh/rdel_base_3.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
--------------------------------------------------------
3333
*
34-
* Last updated: 04 October, 2017
34+
* Last updated: 10 December, 2017
3535
*
3636
* Copyright 2013-2017
3737
* Darren Engwirda
@@ -447,7 +447,7 @@
447447
} ;
448448

449449
/*------------------------------ calc. diametric ball */
450-
geometry::tria_ball_3d(_fbal ,
450+
geometry::circ_ball_3d(_fbal ,
451451
&_mesh._tria.
452452
node(_fnod[0])->pval(0),
453453
&_mesh._tria.

0 commit comments

Comments
 (0)