Skip to content

Commit bf49b80

Browse files
authored
Update lib.rs
1 parent 38bca1f commit bf49b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1174,13 +1174,13 @@ pub fn compound_bca_list_py(energies: Vec<f64>, ux: Vec<f64>, uy: Vec<f64>, uz:
11741174
}
11751175

11761176
#[cfg(feature = "python")]
1177-
///compound_bca_list_1D_py(ux, uy, uz, energy, Z1, m1, Ec1, Es1, Z2, m2, Ec2, Es2, Eb2 n2, dx)
1177+
///compound_bca_list_1D_py(ux, uy, uz, energies, Z1, m1, Ec1, Es1, Z2, m2, Ec2, Es2, Eb2 n2, dx)
11781178
/// runs a BCA simulation for a list of particles and outputs a list of sputtered, reflected, and implanted particles.
11791179
/// Args:
1180-
/// energies (list(f64)): initial ion energies in eV.
11811180
/// ux (list(f64)): initial ion directions x. ux != 0.0 to avoid gimbal lock
11821181
/// uy (list(f64)): initial ion directions y.
11831182
/// uz (list(f64)): initial ion directions z.
1183+
/// energies (list(f64)): initial ion energies in eV.
11841184
/// Z1 (list(f64)): initial ion atomic numbers.
11851185
/// m1 (list(f64)): initial ion masses in amu.
11861186
/// Ec1 (list(f64)): ion cutoff energies in eV. If ion energy < Ec1, it stops in the material.

0 commit comments

Comments
 (0)