Current Forum: 15-211 Main Forum |
Date: Thu Sep 6 2001 9:59 am |
Author: White, David <white3@andrew.cmu.edu> |
Subject: Re: HW1 error |
|
|
I had no problem with this. Are you returning the object Float instead of the standard float? This may be the problem.
Node.java returns float for compute, just make sure your other classes return a float.
When I did it, I didn't have to modify DoIt.java at all. Also I've had some problems with java on windows behaving differently so when I switched to Linux or Sun it has worked fine...
|
|