Unnecessary ;

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@888684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-12-09 02:36:28 +00:00
parent 0f98e5c13d
commit b910285857
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class TestProblem3
corr = f0 * f12 / (f1 * f12 - f0 * f2);
d -= corr;
E = t + d;
};
}
double cosE = Math.cos(E);
double sinE = Math.sin(E);