Skip to content

Commit 0dcd97a

Browse files
author
Jon Drobny
committed
Fix docstrings in python functions.
1 parent b5fcdc2 commit 0dcd97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ pub extern "C" fn simple_bca_c(x: f64, y: f64, z: f64, ux: f64, uy: f64, uz: f64
799799
}
800800

801801
#[cfg(feature = "python")]
802-
///compound_tagged_bca_list_py(ux, uy, uz, energy, Z1, m1, Ec1, Es1, Z2, m2, Ec2, Es2, n2, Eb2)
802+
///compound_\\\\\\_bca_list_py(ux, uy, uz, energy, Z1, m1, Ec1, Es1, Z2, m2, Ec2, Es2, n2, Eb2)
803803
/// runs a BCA simulation for a list of particles and outputs a list of sputtered, reflected, and implanted particles.
804804
/// Args:
805805
/// energies (list(f64)): initial ion energies in eV.
@@ -920,7 +920,7 @@ pub fn compound_bca_list_py(energies: Vec<f64>, ux: Vec<f64>, uy: Vec<f64>, uz:
920920
}
921921

922922
#[cfg(feature = "python")]
923-
///compound_tagged_bca_list_py(ux, uy, uz, energy, Z1, m1, Ec1, Es1, Z2, m2, Ec2, Es2, n2, Eb2)
923+
///compound_bca_list_tracked_py(ux, uy, uz, energy, Z1, m1, Ec1, Es1, Z2, m2, Ec2, Es2, n2, Eb2)
924924
/// runs a BCA simulation for a list of particles and outputs a list of sputtered, reflected, and implanted particles.
925925
/// Args:
926926
/// energies (list(f64)): initial ion energies in eV.

0 commit comments

Comments
 (0)