Deprectate IntegrationParameters::new
This commit is contained in:
@@ -86,6 +86,7 @@ pub struct IntegrationParameters {
|
|||||||
|
|
||||||
impl IntegrationParameters {
|
impl IntegrationParameters {
|
||||||
/// Creates a set of integration parameters with the given values.
|
/// Creates a set of integration parameters with the given values.
|
||||||
|
#[deprecated = "Use `IntegrationParameters { dt: 60.0, ..Default::default() }` instead"]
|
||||||
pub fn new(
|
pub fn new(
|
||||||
dt: f32,
|
dt: f32,
|
||||||
// multithreading_enabled: bool,
|
// multithreading_enabled: bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user