PHP Classes

This code doesn't run

Recommend this page to a friend!

      PHP Euler Circuit  >  All threads  >  This code doesn't run  >  (Un) Subscribe thread alerts  
Subject:This code doesn't run
Summary:FindEulerCircuit() isn't defined
Messages:2
Author:Jon Yates
Date:2016-04-28 21:11:24
 

  1. This code doesn't run   Reply   Report abuse  
Picture of Jon Yates Jon Yates - 2016-04-28 21:11:24
In main.php this line:

123. $this->FindEulerCircuit ( $i );

fails because findEulerCircuit isn't defined.

  2. Re: This code doesn't run   Reply   Report abuse  
Picture of Chi H. Chi H. - 2016-04-28 21:44:19 - In reply to message 1 from Jon Yates
Thanks, fixed the bug.