Procházet zdrojové kódy

Weenier 168otc项目部署 0630
1

wesmiler před 3 roky
rodič
revize
8bf6ceec91
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      vendor/ionux/phactor/src/Point.php

+ 3 - 2
vendor/ionux/phactor/src/Point.php

@@ -59,8 +59,7 @@ trait Point
         if ($infCheck != null) {
             return $infCheck;
         }
-var_dump($P);
-var_dump($Q);
+
         if ($P == $Q) {
             return $this->pointDoubleW($P);
         }
@@ -181,6 +180,8 @@ var_dump($Q);
             $test_point = array('x' => $right, 'y' => $left, 'y2' => $y2, 'x3' => $x3, 'ax' => $ax);
 
             var_dump($test_point);
+            var_dump($left);
+            var_dump($right);
             if ($left == $right) {
                 return true;
             } else {