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