Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-schrader committed Jan 19, 2021
1 parent 73aaa04 commit 55a42d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sf/openrocket/ORBrake/ORBrakeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void setUp() throws Exception {

@Test
void dragSurfaceTest() {
double drag = listener.dragSurface(5. 300. 3000);
double drag = listener.dragSurface(5, 300, 3000);
System.out.println(drag);
assertEquals(drag, 4.8284, .0001);
}
Expand Down

0 comments on commit 55a42d0

Please sign in to comment.