Example #1
0
 public void IterateLaplace()
 {
     if (initialised)
     {
         laplace.RunLaplace();
     }
     else
     {
         Debug.Log("InitiateLaplace required for Laplace to function properly");
     }
 }