blob: 8c4b72af6e7aba01ae4870332ac9342ac344008a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Fix missing function declaration, so package could build with modern compilers
https://bugs.gentoo.org/886457
--- a/src/aprx/estim.c
+++ b/src/aprx/estim.c
@@ -41,6 +41,8 @@
Bvec *u, Bvec *ud, Bvec *r);
VEXTERNC void Aprx_estFaceBump(Aprx *thee, int color,
Bvec *u, Bvec *ud, Bvec *r);
+VPUBLIC int Aprx_markRefineDorfler (Aprx *thee, double percentToRefine,
+ int color);
/*
* ***************************************************************************
|