did you fix this

  • Thread starter Thread starter Julian Tucker
  • Start date Start date
J

Julian Tucker

Hi

I was wondering if you managed to fix this problem?
I am having the same problem, and can't seem to find any information on it at all.

Thanks

Julian

EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Yes, I fixed it. I accidentally wrote

if (solved || a < b)

when I meant to write

if (!solved || a<= b)


Silly me :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top