403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
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/octave-forge-specfun/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/octave-forge-specfun/files/patch-ellipj.cc
--- ellipj.cc.orig	2021-02-21 22:11:36 UTC
+++ ellipj.cc
@@ -190,7 +190,7 @@ return @code{NaN}.\n\
 
           if (u_arg.is_scalar_type ()) {   /*  u scalar */
             /*{{{*/
-            if (u_arg.is_real_type ()) {  // u real
+            if (u_arg.isreal ()) {  // u real
               double  u = args(0).double_value ();
 
               if (! error_state) {
@@ -265,7 +265,7 @@ return @code{NaN}.\n\
            int nc = m.cols ();
            Matrix err (nr, nc);
 
-           if (u_arg.is_real_type ()) {
+           if (u_arg.isreal ()) {
              double  u = u_arg.double_value ();
              Matrix sn (nr, nc), cn (nr, nc), dn (nr, nc);
              if (! error_state) {
@@ -296,7 +296,7 @@ return @code{NaN}.\n\
            /*}}}*/
          } else {    // u is matrix  (m is matrix)
            /*{{{*/
-           if (u_arg.is_real_type ()) {  // u real matrix
+           if (u_arg.isreal ()) {  // u real matrix
 
               Matrix u = u_arg.matrix_value ();
               if (! error_state) {

Youez - 2016 - github.com/yon3zu
LinuXploit