We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2c2ec commit 3c8c6d2Copy full SHA for 3c8c6d2
src/lib.rs
@@ -209,7 +209,7 @@ pub extern "C" fn reflect_single_ion_c(num_species_target: &mut c_int, ux: &mut
209
interaction_index : 0,
210
weight: 1.0,
211
tag: 0,
212
- tracked_vector: Vector::new(),
+ tracked_vector: Vector::new(0.0, 0.0, 0.0),
213
};
214
215
let output = bca::single_ion_bca(p, &m, &options);
@@ -701,7 +701,7 @@ pub extern "C" fn compound_bca_list_fortran(num_incident_ions: &mut c_int, track
701
702
703
704
+ tracked_vector: Vector::new(0.0, 0.0, 0.0)
705
706
707
0 commit comments