Skip to content

Commit 9c2a93c

Browse files
committed
Fixes #38
1 parent 4fe0bf6 commit 9c2a93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dop853.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ where
545545
}
546546
}
547547
} else {
548-
self.results.push(self.x0, y_next.clone());
548+
self.results.push(self.x, y_next.clone());
549549
}
550550
}
551551

0 commit comments

Comments
 (0)