Hi all, I have a question about the Fast Marching algorithm. In itkFatMarchingImageFilter.txx, in function UpdateValue, the update equation is being solved. An exception is being thrown if the discriminant is negative. Where is this being caught? What does one do about it? Thanks!