moon calc
This commit is contained in:
@@ -511,7 +511,6 @@ class MoonCalc {
|
|||||||
|
|
||||||
//Add up all the percentages
|
//Add up all the percentages
|
||||||
$totalPerc = $firstPerc + $secondPerc + $thirdPerc + $fourthPerc;
|
$totalPerc = $firstPerc + $secondPerc + $thirdPerc + $fourthPerc;
|
||||||
dd($totalPerc);
|
|
||||||
|
|
||||||
//If it is less than 1.00, then we need to normalize the decimal to be 100.0%.
|
//If it is less than 1.00, then we need to normalize the decimal to be 100.0%.
|
||||||
if($totalPerc < 1.00) {
|
if($totalPerc < 1.00) {
|
||||||
|
|||||||
Reference in New Issue
Block a user