403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/math/gambit/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/gambit/files/patch-src_tools_enumpoly_pelqhull.cc
--- src/tools/enumpoly/pelqhull.cc.orig	2016-06-30 09:03:18 UTC
+++ src/tools/enumpoly/pelqhull.cc
@@ -2792,7 +2792,7 @@ void qh_allstatA (void) {
   
    /* zdef_(type,name,doc,average) */
   zzdef_(zdoc, Zdoc2, "precision statistics", -1);
-  zdef_(zinc, Znewvertex, reinterpret_cast<const char *>(NULL), -1);
+  zdef_(zinc, Znewvertex, static_cast<const char *>(NULL), -1);
   zdef_(wadd, Wnewvertex, "ave. distance of a new vertex to a facet (not 0s)", Znewvertex);
   zdef_(wmax, Wnewvertexmax, "max. distance of a new vertex to a facet", -1);
   zdef_(wmax, Wvertexmax, "max. distance of an output vertex to a facet", -1);
@@ -2831,7 +2831,7 @@ void qh_allstatB (void) {
   zzdef_(zinc, Zsetplane, "facets created altogether", -1);
   zdef_(zinc, Ztotridges, "ridges created altogether", -1);
   zdef_(zinc, Zpostfacets, "facets before post merge", -1);
-  zdef_(zinc, Zangle, reinterpret_cast<const char *>(NULL), -1);
+  zdef_(zinc, Zangle, static_cast<const char *>(NULL), -1);
   zdef_(wadd, Wangle, "average angle (cosine) for all ridges", Zangle);
   zdef_(wmax, Wanglemax, "maximum angle (cosine) of a ridge", -1);
   zdef_(wmin, Wanglemin, "minimum angle (cosine) of a ridge", -1);
@@ -2946,7 +2946,7 @@ void qh_allstatF(void) {
   zdef_(zinc, Zintersect, "intersections found redundant vertices", -1);
   zdef_(zadd, Zintersecttot, "   ave. number found per vertex", Zintersect);
   zdef_(zmax, Zintersectmax, "   max. found for a vertex", -1);
-  zdef_(zinc, Zvertexridge, reinterpret_cast<const char *>(NULL), -1);
+  zdef_(zinc, Zvertexridge, static_cast<const char *>(NULL), -1);
   zdef_(zadd, Zvertexridgetot, "  ave. number of ridges per tested vertex", Zvertexridge);
   zdef_(zmax, Zvertexridgemax, "  max. number of ridges per tested vertex", -1);
 

Youez - 2016 - github.com/yon3zu
LinuXploit